TreeListFilterBuilderPopupStyle.ButtonPanel Property
In This Article
Gets the style settings defining a filter builder‘s button panel appearance.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle ButtonPanel { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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