[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberIntegerPartDisplayField

NumberIntegerPartDisplayField Class

Represents NumberIntegerPartDisplayField class which displays integer part for GrapeCity.Windows.InputMan.GcNumber when it is not active.

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

Initializes a new instance of the NumberIntegerPartDisplayField class.

Fields

Name Description
GroupSeparatorProperty

Identifies the GroupSeparator dependency property.

MinDigitsProperty

Identifies the MinDigits dependency property.

Properties

Name Description
GroupSeparator

Gets or sets the group separator of NumberIntegerPartDisplayField. This is a dependency property.

GroupSizes

Gets or sets the number of digits in each group to the left of the decimal in numeric values.

MinDigits

Gets or sets the min digits of NumberIntegerPartDisplayField. This is a dependency property.