[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalSeparatorField

NumberDecimalSeparatorField Class

Represents NumberDecimalSeparatorField class which displays decimal separator for GrapeCity.Windows.InputMan.GcNumber.

Inheritance
NumberDecimalSeparatorField
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class NumberDecimalSeparatorField : NumberField, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize
Public Class NumberDecimalSeparatorField
    Inherits NumberField
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize
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.

ActiveStates

Active

Represents the visual appearance when IsActive is true.

ActiveStates

Inactive

Represents the visual appearance when IsActive is false.

InputStates

Full

Represents the visual appearance when IsFull is true.

InputStates

Completed

Represents the visual appearance when IsCompleted is true.

InputStates

Empty

Represents the visual appearance when IsEmpty is true.

InputStates

Part

Represents the visual appearance when IsFull, IsCompleted and IsEmpty all are false.

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
NumberDecimalSeparatorField()

Initializes a new instance of the NumberDecimalSeparatorField class.

Fields

Name Description
DecimalSeparatorProperty

Identifies the DecimalSeparator dependency property.

Properties

Name Description
DecimalSeparator

Gets or sets a char value to use as the decimal separator in numeric values.