Skip to main content
All docs
V23.2

FilteringPanelControl.Indent Property

Gets the filter expression’s indent.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double Indent { get; }

Property Value

Type Description
Double

The filter expression’s indent, in pixels.

Remarks

If the GridControl displays detail views, the Filter Panel indents expressions so they visually correspond to individual detail views.

See Also