Skip to main content

TreeListCommandColumnCustomButton.ID Property

Gets or sets a value that identifies the custom button.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ID { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that identifies the custom button.

Remarks

If the ID property isn’t specified, a custom button can be identified by its text (TreeListCommandColumnCustomButton.Text).

See Also