Skip to main content

TreeListCommandColumnButtonEventArgs.CustomButtonIndex Property

Gets the processed command button’s index.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int CustomButtonIndex { get; }

Property Value

Type Description
Int32

An integer value that represents the zero-based index of the processed command button within the TreeListCommandColumn.CustomButtons collection.

See Also