Skip to main content
All docs
V25.1
  • FilteringPanelControl.Indent Property

    Gets the filter expression’s indent.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v25.1.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