Skip to main content
Tab

VerticalGridHeaderFilterPopupStyle.ButtonPanel Property

Gets the style settings defining a header filter‘s button panel appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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