GridColumnNumericRangeSpinEditSettings Members
Contains settings that relate to spin editors displayed in the header filter.Constructors
| Name | Description |
|---|---|
| GridColumnNumericRangeSpinEditSettings() | Initializes a new instance of the GridColumnNumericRangeSpinEditSettings class. |
Properties
| Name | Description |
|---|---|
| DecimalPlaces | Specifies the number of decimal places to display for the numbers in the spin editor. |
| DisplayFormatString | Specifies the pattern that formats the editor value for display purposes. |
| Increment | Specifies the amount by which the spin editor’s value is changed when a user clicks a small increment/decrement spin button. |
| LargeIncrement | Specifies the amount by which the spin editor’s value is changed when a user clicks a large increment/decrement spin button. |
| MaxValue | Specifies the editor’s maximum value. |
| MinValue | Specifies the editor’s minimum value. |
| ShowIncrementButtons | Specifies whether the spin editor displays small increment buttons. |
| ShowLargeIncrementButtons | Specifies whether the spin editor displays large increment buttons. |
Methods
| Name | Description |
|---|---|
| Assign(GridColumnNumericRangeSpinEditSettings) | Copies the settings from the specified GridColumnNumericRangeSpinEditSettings object to the current object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also