Skip to main content
.NET 6.0+

WinColumnsListEditor.RequiredProperties Property

Returns an array of descriptors for the properties considered bindable by the WinColumnsListEditor‘s Collection Source.

Namespace: DevExpress.ExpressApp.Win.Editors

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public override string[] RequiredProperties { get; }

Property Value

Type Description
String[]

An array of descriptors for the properties considered bindable by the List Editor‘s Collection Source.

See Also