Skip to main content
A newer version of this page is available. .

FilteringPanelControl.ActualMaxLineCount Property

Gets an actual maximum count of lines in the filter panel.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public int ActualMaxLineCount { get; }

Property Value

Type Description
Int32

An actual maximum count of lines in the filter panel.

See Also