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

ASPxFilterControl.Styles Property

Provides access to the style settings that control the appearance of the ASPxFilterControl elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FilterControlStyles Styles { get; }

Property Value

Type Description
FilterControlStyles

A FilterControlStyles object that provides style settings used to paint the ASPxFilterControl.

See Also