Skip to main content

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.v23.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