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

CardViewFilterBuilderPopupStyle.ButtonPanel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public AppearanceStyle ButtonPanel { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle 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 in the filter builder.

See Also