Skip to main content
All docs
V25.1
  • KanbanGroup.GetCaption() Method

    Returns the actual display caption for the current group.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public virtual string GetCaption()

    Returns

    Type Description
    String

    The actual display caption for the current group.

    Remarks

    See the KanbanGroup.Caption topic for more information.

    See Also