[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalSeparatorDisplayField

NumberDecimalSeparatorDisplayField Class

Represents NumberDecimalSeparatorDisplayField class which displays decimal separator for GrapeCity.Windows.InputMan.GcNumber when it is not active.

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

Initializes a new instance of the NumberDecimalSeparatorDisplayField class.

Fields

Name Description
DecimalSeparatorProperty

Identifies the DecimalSeparator dependency property.

Properties

Name Description
DecimalSeparator

Gets or sets the string to use as the decimal separator in numeric values. This is a dependency property.