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

AccordionControl.FilterControl Property

Gets or sets an object that provides the filter functionality.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public IFilterContent FilterControl { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Navigation.IFilterContent *null*

A DevExpress.XtraBars.Navigation.IFilterContent object that provides the filter functionality.

Remarks

Users can filter items in the accordion control (see AccordionControl.ShowFilterControl). The accordion control uses the built-in filter control by default. You can also provide a custom control using the FilterControl property. For example, you can use a lookup control as shown on the figure below.

AccordionControl_FilterControl

See Also