TreeListView.IsCompactMode Property
Gets whether the TreeListControl functions in compact mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the IsCompactMode property to get whether the TreeListControl functions in compact mode or not.
The TreeListControl automatically switches to compact mode when the following requirements are met:
- the TreeListControl width is less then the value defined by TreeListView.SwitchToCompactModeWidth property;
- the TreeListView.DataRowCompactTemplate is defined.
See Also