Skip to main content
A newer version of this page is available. .

TreeListCommandColumn.ShowNewButtonInHeader Property

Gets or sets whether the New button is displayed within the command column’s header.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowNewButtonInHeader { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the New button within the command column’s header; otherwise, false.

See Also