SpinButtons Properties
Contains settings that define the appearance and position of spin buttons.| Name | Description |
|---|---|
| ClientVisible | Gets or sets a value that specifies the initial visibility state of an edit button on the client. Inherited from EditButton. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| CssClass | Specifies the name of the CSS class applied to the edit button. Inherited from EditButton. |
| DecrementImage | Gets the settings of an image displayed within the small decrement spin button. |
| Enabled | Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions. Inherited from EditButton. |
| HorizontalSpacing | Obsolete. Gets or sets the horizontal spacing between the editor’s spin buttons. |
| Image | This property is not in effect for the SpinButtons class. |
| ImagePosition | This property is not in effect for the SpinButtons class. |
| IncrementImage | Gets the settings of an image displayed within the small increment spin button. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| LargeDecrementImage | Gets the settings of an image displayed within the large decrement spin button. |
| LargeIncrementImage | Gets the settings of an image displayed within the large increment spin button. |
| Position | Gets or sets the button’s horizontal position within an editor. Inherited from EditButton. |
| ShowIncrementButtons | Gets or sets a value that specifies whether small increment spin buttons are displayed. |
| ShowLargeIncrementButtons | Gets or sets a value that specifies whether large increment spin buttons are displayed. |
| Text | This property is not in effect for the SpinButtons class. |
| ToolTip | Gets or sets the current edit button’s tooltip text. Inherited from EditButton. |
| Width | Gets or sets the editor button’s width. Inherited from EditButton. |
See Also