Skip to main content
All docs
V25.2
  • ITreeList.MakeCellVisible(Int32, String) Method

    Navigates to the cell displayed at the intersection of the specified row and data column.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    void MakeCellVisible(
        int visibleIndex,
        string fieldName
    )

    Parameters

    Name Type Description
    visibleIndex Int32

    A row visible index.

    fieldName String

    A column field name.

    Remarks

    Refer to the MakeCellVisible(Int32, String) method description for more information and an example.

    See Also