Skip to main content

WinColumnsListEditor.Name Property

Specifies the WinColumnsListEditor‘s name.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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