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

TreeListCommandColumn.ButtonType Property

Gets or sets the command button’s type.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ButtonType.Link)]
public ButtonType ButtonType { get; set; }

Property Value

Type Default Description
ButtonType Link

A ButtonType enumeration value that specifies how the command buttons are rendered.

See Also