ListEditorAttribute.ListElementType Property
Specifies the type of objects that the target List Editor can display.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| Type | A Type object specifying the type of objects for which the target List Editor is designed. |
Remarks
See the ListEditorAttribute class description, for details.
See Also