[]
The NumericEditStyles class represents the styles for the C1NumericEdit control which contains display attributes that determine the appearance of control.
public class NumericEditStyles : TextBoxStyles, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
NegativeColor | Gets or sets the foreground color of the control which contains negative value. |
Name | Description |
---|---|
ResetNegativeColor() | Restores the default value of the NegativeColor property. |
ShouldSerializeNegativeColor() | Specifies whether to save the value of the NegativeColor property. |