[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberSignDisplayField.SignState

SignState Property

SignState

Gets the current the sign state of NumberSignDisplayField.

Declaration
public SignState SignState { get; }
Public ReadOnly Property SignState As SignState
Property Value
Type Description
SignState

A SignState enumeration indicates the state of the sign.

Remarks

InputMan.SignState.None indicates the sign doesn't show up when current value is null.InputMan.SignState.Positive indicates current value is greater than 0. InputMan.SignState.Negative indicates current value is less than 0.