Back to Devexpress

TreeListView.IsCompactMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-c7e3757f.md

latest1.9 KB
Original Source

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

csharp
public bool IsCompactMode { get; }
vb
Public ReadOnly Property IsCompactMode As Boolean

Property Value

TypeDescription
Boolean

true, if the TreeListControl functions in compact mode; otherwise, false.

|

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:

See Also

Compact Mode

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace