aspnet-devexpress-dot-web-3c2070eb.md
Represents a custom command button.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridCommandRowCustomButton :
GridCustomCommandButton
Public Class VerticalGridCommandRowCustomButton
Inherits GridCustomCommandButton
The following members return VerticalGridCommandRowCustomButton objects:
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.
Object StateManager CollectionItem GridCustomCommandButton VerticalGridCommandRowCustomButton
See Also