[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDayDisplayField

DateDayDisplayField Class

Represents the DateDayDisplayField class which displays the day part of GrapeCity.Windows.InputMan.GcDateTime when it is not active.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class DateDayDisplayField : DateInputDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class DateDayDisplayField
    Inherits DateInputDisplayField
    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
DateDayDisplayField()

Initializes a new instance of the DateDayDisplayField class.

DateDayDisplayField(bool)

Initializes a new instance of the DateDayDisplayField class.

Fields

Name Description
ShowLeadingZeroProperty

Identifies the GrapeCity.Windows.InputMan.Fields.DateDayDisplayField.ShowLeadingZero dependency property.

Properties

Name Description
ShowLeadingZero

Gets or sets a value indicating whether show leading zero. This is a DependencyProperty.