Skip to main content
A newer version of this page is available. .
Tab

GridViewHeaderFilterPopupStyle.ButtonPanel Property

Gets the style settings defining a Header Filter‘s button panel appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public HeaderFilterButtonPanelStyles ButtonPanel { get; }

Property Value

Type Description
DevExpress.Web.HeaderFilterButtonPanelStyles

An DevExpress.Web.HeaderFilterButtonPanelStyles object that contains the style settings.

Remarks

Use the ButtonPanel property to access and customize the style settings that define the appearance of a button panel of the Header Filter.

See Also