[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalGeneralFormatDisplayField

NumberDecimalGeneralFormatDisplayField Class

Represents GrapeCity.Windows.InputMan.Fields.NumberDecimalGeneralFormatDisplayField class to define general format display fields for GrapeCity.Windows.InputMan.GcNumber.

Inheritance
NumberDecimalGeneralFormatDisplayField
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class NumberDecimalGeneralFormatDisplayField : NumberDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class NumberDecimalGeneralFormatDisplayField
    Inherits NumberDisplayField
    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 control has focus.

ValidationStates

InvalidUnfocused

Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns true and control has no focus.

Constructors

Name Description
NumberDecimalGeneralFormatDisplayField()

Initializes a new instance of the NumberDecimalGeneralFormatDisplayField class.

NumberDecimalGeneralFormatDisplayField(DecimalGeneralFormat)

Initializes a new instance of the NumberDecimalGeneralFormatDisplayField class.

Fields

Name Description
PatternProperty

Identifies the Pattern dependency property.

Properties

Name Description
Pattern

Gets or sets the pattern of NumberDecimalGeneralFormatDisplayField. This is a dependency property.