Skip to main content
Tab

CardViewStyles.FilterBarExpressionCell Property

Gets the style settings used to paint the filter bar‘s cell which displays the current filter expression.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewStyleBase FilterBarExpressionCell { get; }

Property Value

Type Description
CardViewStyleBase

A CardViewStyleBase object that contains style settings.

Remarks

ASPxCardView_VisualElements_FilterBar

For information on styles, see Appearance Customization.

See Also