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

    Gets or sets a maximum count of lines in the filter panel.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public int MaxLineCount { get; set; }

    Property Value

    Type Description
    Int32

    A maximum count of lines in the filter panel.

    See Also