Skip to main content
All docs
V26.1
  • GridDragHintTextTemplateContext.VisibleIndex Property

    Returns the row’s visible index.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public int VisibleIndex { get; }

    Property Value

    Type Description
    Int32

    The visible index.

    Remarks

    The Grid component assigns indexes to visible data and group rows to indicate row order. Indexes are zero-based and sequential across all Grid pages.

    Row Indexes - All Pages

    DxGrid reassigns row indexes each time users sort, filter, group data, or expand or collapse group rows. Filtered-out rows and rows in collapsed groups do not have indexes. In the following image, the Grid component does not assign indexes to data rows in the collapsed Partly cloudy group.

    Row Indexes - Group Rows

    Refer to the DragHintTextTemplate property description for additional information and an example.

    See Also