ASPxGridLookup.GridViewImagesFilterControl Property
In This Article
Provides access to the settings that define images displayed within the built-in ASPxGridView’s Filter Control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FilterControlImages GridViewImagesFilterControl { get; }
#Property Value
Type | Description |
---|---|
Filter |
A Filter |
#Remarks
Use this property to assign custom images to various elements within the embedded ASPxGridView’s Filter Control.
See Also