Skip to main content
Tab

GridViewPopupControlStyles.HeaderFilter Property

Gets the style settings defining the appearance of the Header Filter within a grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewHeaderFilterPopupStyle HeaderFilter { get; }

Property Value

Type Description
GridViewHeaderFilterPopupStyle

A GridViewHeaderFilterPopupStyle object that contains the style settings.

See Also