Back to Devexpress

TreeListStyles.CommandButton Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treeliststyles.md

latest1.5 KB
Original Source

TreeListStyles.CommandButton Property

Gets the style settings used to paint command buttons.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyle CommandButton { get; }
vb
Public ReadOnly Property CommandButton As AppearanceStyle

Property Value

TypeDescription
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

CommandCell

Tree List

TreeListStyles Class

TreeListStyles Members

DevExpress.Web.ASPxTreeList Namespace