Skip to main content

FilteringPanelControl.IsExpanded Property

Gets or sets whether the filter panel is expanded.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsExpanded { get; set; }

Property Value

Type Description
Boolean

true, to expand the filter panel; false to collapse the filter panel.

See Also