Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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