PivotGridImages.PrefilterButton Property
In This Article
Gets the settings of an image displayed within the prefilter button.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridImageProperties PrefilterButton { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Use this property to provide your own image.
See Also