Back to Devexpress

VerticalGridCommandRowCustomButtonCollection Class

aspnet-devexpress-dot-web-2a425474.md

latest2.9 KB
Original Source

VerticalGridCommandRowCustomButtonCollection Class

Represents the collection of custom command buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridCommandRowCustomButtonCollection :
    Collection<VerticalGridCommandRowCustomButton>
vb
Public Class VerticalGridCommandRowCustomButtonCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<VerticalGridCommandRowCustomButton>

ICollection<VerticalGridCommandRowCustomButton>

IEnumerable<VerticalGridCommandRowCustomButton>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<VerticalGridCommandRowCustomButton> VerticalGridCommandRowCustomButtonCollection

See Also

VerticalGridCommandRowCustomButtonCollection Members

Vertical Grid

DevExpress.Web Namespace