BootstrapSpinButtons Members
Contains settings that define the appearance and position of spin buttons.Constructors
| Name | Description |
|---|---|
| BootstrapSpinButtons() | Initializes a new instance of the BootstrapSpinButtons class with default settings. |
| BootstrapSpinButtons(IWebControlObject) | Initializes a new instance of the BootstrapSpinButtons class with the specified owner. |
Properties
| 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. |
| 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. Inherited from SpinButtons. |
| Image | This property is not in effect for the SpinButtons class. Inherited from SpinButtons. |
| ImagePosition | This property is not in effect for the SpinButtons class. Inherited from SpinButtons. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| ShowIncrementButtons | Gets or sets a value that specifies whether small increment spin buttons are displayed. Inherited from SpinButtons. |
| ShowLargeIncrementButtons | Gets or sets a value that specifies whether large increment spin buttons are displayed. Inherited from SpinButtons. |
| Text | This property is not in effect for the SpinButtons class. Inherited from SpinButtons. |
| ToolTip | Gets or sets the current edit button’s tooltip text. Inherited from EditButton. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies public properties from the specified CollectionItem object to the current object. Inherited from SpinButtons. |
| 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 a string that represents the current object. Inherited from SpinButtons. |
See Also