Skip to main content

PivotGridStyles.PrefilterPanelLinkStyle Property

Gets the style settings used to paint links (filter expression, clear filter command) displayed within the Prefilter panel.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridPrefilterPanelStyle PrefilterPanelLinkStyle { get; }

Property Value

Type Description
DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle

A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.

Remarks

ASPxPivotGrid_PrefilterPanel

See Also