Skip to main content
All docs
V19.2

TileViewOptionsView.ShowGroupExpandCollapseButtons Property

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool ShowGroupExpandCollapseButtons { get; set; }

Property Value

Type Default
Boolean **false**

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowGroupExpandCollapseButtons
TileView
.OptionsView.ShowGroupExpandCollapseButtons
See Also