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

GridCustomizeElementEventArgs.VisibleIndex Property

The visible index of the processed row or row that contains the processed cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

The index.

Remarks

For more information and examples, refer to the CustomizeElement event’s description.

See Also