VerticalGridCommandRowCustomButton Class
Represents a custom command button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return VerticalGridCommandRowCustomButton objects:
Remarks
Command rows can display custom buttons. These buttons are stored within a row’s VerticalGridCommandRow.CustomButtons collection.
Custom buttons are represented by the VerticalGridCommandRowCustomButton objects. The button’s text and image are specified by the GridCustomCommandButton.Text and GridCustomCommandButton.Image properties, respectively. A button’s identifier can be specified by the GridCustomCommandButton.ID property.
Inheritance
Object
StateManager
CollectionItem
GridCustomCommandButton
VerticalGridCommandRowCustomButton
See Also