Skip to main content
Tab

ASPxFilterControl.Styles Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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