Skip to main content

TreeListCommandColumn.NewButton Property

Gets the New button’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnButton NewButton { get; }

Property Value

Type Description
TreeListCommandColumnButton

A TreeListCommandColumnButton object that specifies the button’s settings.

Remarks

The New button creates a new node. Use the NewButton property to specify the button’s image, caption and visibility. The button’s type is specified by the TreeListCommandColumn.ButtonType property.

See Also