[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField

DateInputField Class

Represents DateInputField class to define editable fields for GcDateTime.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public abstract class DateInputField : DateField, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable
Public MustInherit Class DateInputField
    Inherits DateField
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable

Constructors

Name Description
DateInputField()

Fields

Name Description
PromptCharProperty

Identifies the GrapeCity.Windows.InputMan.Fields.DateInputField.PromptChar dependency property.

SpinIncrementProperty

Identifies the GrapeCity.Windows.InputMan.Fields.DateInputField.SpinIncrement dependency property.

ValueProperty

Identifies the GrapeCity.Windows.InputMan.Fields.DateInputField.Value dependency property.

Properties

Name Description
PromptChar

Gets or sets the prompt char used for prompt empty bits of the field. This is a dependency property.

SpinIncrement

Gets or sets the spin increment. This is a DependencyProperty.

Methods

Name Description
DoSpinDown()

Perform spin down behavior.

DoSpinDown(int)

Perform spin down with the specified increment parameters.

DoSpinUp()

Perform spin up behavior.

DoSpinUp(int)

Perform spin up with the specified increment parameters.

EndInit()

Indicates that the initialization process for the element is complete.