EditButton Properties
Represents a button for a button editor control.Name | Description |
---|---|
ClientVisible | Gets or sets a value that specifies the initial visibility state of an edit button on the client. |
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. |
Enabled | Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions. |
Image | Gets the settings of an image displayed within the button. |
ImagePosition | Gets or sets the image position within the button. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
Position | Gets or sets the button’s horizontal position within an editor. |
Text | Gets or sets the text displayed within the editor button. |
ToolTip | Gets or sets the current edit button’s tooltip text. |
Visible | Gets or sets the edit button’s visibility status. |
Width | Gets or sets the editor button’s width. |
See Also