TreeListStyles.CommandButton Property
In This Article
Gets the style settings used to paint command buttons.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle CommandButton { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
If these style settings are not specified, command buttons are painted using the style settings provided by the TreeListStyles.CommandCell property.
See Also