[]
Represents DateEraDisplayField class which shows the era for GcDateTime when it is not active.
public class DateEraDisplayField : DateInputDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class DateEraDisplayField
Inherits DateInputDisplayField
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
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. |
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 |
---|---|
DateEraDisplayField() | Initializes a new instance of the DateEraDisplayField class. |
DateEraDisplayField(EraPattern) | Initializes a new instance of the DateEraDisplayField class. |
Name | Description |
---|---|
PatternProperty | Identifies the GrapeCity.Windows.InputMan.Fields.DateEraDisplayField.Pattern dependency property. |
Name | Description |
---|---|
Pattern | Gets or sets era pattern for the field. This is a dependency property. |