Back to Devexpress

VerticalGridCommandRowCustomButton Class

aspnet-devexpress-dot-web-3c2070eb.md

latest2.3 KB
Original Source

VerticalGridCommandRowCustomButton Class

Represents a custom command button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridCommandRowCustomButton :
    GridCustomCommandButton
vb
Public Class VerticalGridCommandRowCustomButton
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem GridCustomCommandButton VerticalGridCommandRowCustomButton

See Also

VerticalGridCommandRowCustomButton Members

Vertical Grid

DevExpress.Web Namespace