Skip to main content
Tab

VerticalGridPopupControlStyles.FilterBuilder Property

Gets the style settings defining the appearance of the filter control (filter builder) within a grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridFilterBuilderPopupStyle FilterBuilder { get; }

Property Value

Type Description
VerticalGridFilterBuilderPopupStyle

A VerticalGridFilterBuilderPopupStyle object that contains the style settings.

See Also