[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateLiteralDisplayField

DateLiteralDisplayField Class

Represents GrapeCity.Windows.InputMan.Fields.DateLiteralDisplayField class which displays literals for GrapeCity.Windows.InputMan.GcDateTime when it is not active.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class DateLiteralDisplayField : DateDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class DateLiteralDisplayField
    Inherits DateDisplayField
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Remarks

Supported VisualState list:

VisualStateGroup Name

VisualState Name

Description

CommonStates

Normal

Represents the visual appearance when control is in normal state.

CommonStates

Disabled

Represents the visual appearance when IsEnabled is false.

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.

Constructors

Name Description
DateLiteralDisplayField()

Initializes a new instance of the DateLiteralDisplayField class.

DateLiteralDisplayField(string)

Initializes a new instance of the DateLiteralDisplayField class.

Fields

Name Description
TextProperty

Identifies the GrapeCity.Windows.InputMan.Fields.DateLiteralDisplayField.Text dependency property.

Properties

Name Description
Text

Gets or sets the literal text shown in GrapeCity.Windows.InputMan.Fields.DateLiteralDisplayField.