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

TreeListStyles.CommandButton Property

Gets the style settings used to paint command buttons.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyle CommandButton { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains style settings.

Remarks

If these style settings are not specified, command buttons are painted using the style settings provided by the TreeListStyles.CommandCell property.

See Also