Skip to main content
All docs
V25.1
  • ASPxClientGridBatchEditSummaryDisplayTextEventArgs.groupRowVisibleIndex Property

    Specifies the group row’s visible index.

    #Declaration

    TypeScript
    groupRowVisibleIndex: number

    #Property Value

    Type Description
    number

    The index.

    #Remarks

    The groupRowVisibleIndex property allows you to get or set the group row’s visible index in the BatchEditSummaryDisplayText event handler.

    See Also