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

ASPxGridLookup.GridViewStylesFilterControl Property

Provides access to the style settings used to paint the built-in ASPxGridView’s Filter Control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FilterControlStyles GridViewStylesFilterControl { get; }

Property Value

Type Description
FilterControlStyles

A FilterControlStyles object that contains style settings used to paint the Filter Control of the embedded ASPxGridView.

See Also