[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateWeekdayDisplayField

DateWeekdayDisplayField Class

Represents GrapeCity.Windows.InputMan.Fields.DateWeekdayDisplayField class which displays weekday 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 DateWeekdayDisplayField : DateInputDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class DateWeekdayDisplayField
    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
DateWeekdayDisplayField()

Initializes a new instance of the DateWeekdayDisplayField class.

DateWeekdayDisplayField(WeekdayPattern)

Initializes a new instance of the DateWeekdayDisplayField class.

Fields

Name Description
PatternProperty

Identifies the GrapeCity.Windows.InputMan.Fields.DateWeekdayDisplayField.Pattern dependency property.

Properties

Name Description
Pattern

Gets or sets a value indicating the weekday pattern for GrapeCity.Windows.InputMan.Fields.DateWeekdayDisplayField. This is a dependency property.