Skip to main content

TreeListCommandColumn.ButtonType Property

Gets or sets the command button’s type.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.1.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