Skip to main content

TreeListStyles.CommandButton Property

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
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