Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

TreeListEditor.Name Property

Specifies the TreeListEditor‘s name.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v19.2.dll

Declaration

public override string Name { get; set; }

Property Value

Type Description
String

A String value representing the current List Editor‘s name.

Remarks

When setting a List View’s caption, it is also assigned to this property. Generally, you do not need to use this property.

See Also