Back to Devexpress

TableView.IsCompactMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-6d861229.md

latest1.8 KB
Original Source

TableView.IsCompactMode Property

Gets whether the GridControl 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 GridControl functions in compact mode; otherwise, false.

|

Remarks

Use the IsCompactMode property to get whether the GridControl functions in compact mode or not.

The GridControl automatically switches to compact mode when the following requirements are met:

See Also

Compact Mode

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace