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