[]
Represents DateInputField class to define editable fields for GcDateTime.
public abstract class DateInputField : DateField, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable
Public MustInherit Class DateInputField
Inherits DateField
Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable
Name | Description |
---|---|
DateInputField() |
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. |
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. |
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. |