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

GridColumnCellDisplayTemplateContext.VisibleIndex Property

Returns the visible index of the current row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

The row’s visible index.

Remarks

Refer to the DxGrid.DataColumnCellDisplayTemplate and DxGridDataColumn.CellDisplayTemplate descriptions for more information and examples.

See Also