Skip to main content
All docs
V25.1
  • KanbanGroup.View Property

    Gets the View that owns the current Kanban group.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public TileView View { get; }

    Property Value

    Type Description
    TileView

    The View that owns the current Kanban group.

    See Also