PropertyEditorAttribute(Type, String, Boolean) Constructor
Creates an instance of the PropertyEditorAttribute class, initializing the PropertyType and IsDefaultEditor properties.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyType | Type | A type of the property for which the target Property Editor is designed. |
| alias | String | A string alias to be associated with the Property Editor (see EditorAliasAttribute). If the |
| isDefaultEditor | Boolean |
|