TreeListCommandColumn.ButtonType Property
In This Article
Gets or sets the command button’s type.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ButtonType.Link)]
public ButtonType ButtonType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Button |
Link | A Button |
See Also