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

VerticalGridCommandRowCustomButtonCollection Class

Represents the collection of custom command buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridCommandRowCustomButtonCollection :
    Collection<VerticalGridCommandRowCustomButton>

The following members return VerticalGridCommandRowCustomButtonCollection objects:

Remarks

Command rows store their custom buttons within the VerticalGridCommandRow.CustomButtons collection. This collection is represented by the VerticalGridCommandRowCustomButtonCollection class. Members of this class can be used to add, delete, access individual buttons and perform other common collection management tasks.

Inheritance

See Also