[]
Represents GrapeCity.Windows.InputMan.Fields.DateYearField class which displays year for GrapeCity.Windows.InputMan.GcDateTime.
public class DateYearField : DateInputField, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable
Public Class DateYearField
Inherits DateInputField
Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable
Supported VisualState list:
VisualStateGroup Name |
VisualState Name |
Description |
---|---|---|
CommonStates |
Normal |
Represents the visual appearance when control is in normal state. |
CommonStates |
Disabled |
|
CommonStates |
MouseOver |
Represents the visual appearance when IsMouseOver is true. |
ActiveStates |
Active |
|
ActiveStates |
Inactive |
|
InputStates |
Full |
|
InputStates |
Completed |
Represents the visual appearance when IsCompleted is true. |
InputStates |
Empty |
|
InputStates |
Part |
Represents the visual appearance when IsFull, IsCompleted and IsEmpty all are false. |
ValidationStates |
Valid |
Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns false. |
ValidationStates |
InvalidFocused |
Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns true and IsKeyboardFocused is true. |
ValidationStates |
InvalidUnfocused |
Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns true and IsKeyboardFocused is false. |
Name | Description |
---|---|
DateYearField() | Initializes a new instance of the DateYearField class. |
DateYearField(YearDigitType) | Initializes a new instance of the GrapeCity.Windows.InputMan.Fields.DateYearField class. |
Name | Description |
---|---|
TwoDigitYearMaxProperty | Identifies the GrapeCity.Windows.InputMan.Fields.DateYearField.TwoDigitYearMax dependency property. |
YearDigitProperty | Identifies the GrapeCity.Windows.InputMan.Fields.DateYearField.YearDigit dependency property. |
Name | Description |
---|---|
TwoDigitYearMax | Gets or sets the max year of two digits mode of DateYearField. This is a dependency property. |
YearDigit | Gets or sets the year digit of GrapeCity.Windows.InputMan.Fields.DateYearField. This is a dependency property. |