Skip to main content
A newer version of this page is available. .
Tab

VerticalGridCommandRowCustomButton Class

Represents a custom command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridCommandRowCustomButton :
    GridCustomCommandButton

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

See Also