PropertyEditorAttribute.PropertyType Property
Specifies the type of properties that the target Property Editor can display.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Type | A Type object specifying the type of properties for which the target Property Editor is designed. |
Remarks
See the class description and Implement Custom Property Editors, for details.
See Also