PivotGridStyles.PrefilterPanelImageCellStyle Property
Gets the style settings used to paint the Prefilter panel's cell which displays the filter image.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
Declaration
public PivotGridPrefilterPanelStyle PrefilterPanelImageCellStyle { get; }
Public ReadOnly Property PrefilterPanelImageCellStyle As PivotGridPrefilterPanelStyle
Property Value
Type |
Description |
DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle |
A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.
|
See Also