Back to Devexpress

PropertyEditorAttribute Constructors

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditorattribute-dot-ctor.md

latest2.3 KB
Original Source

PropertyEditorAttribute Constructors

Registers a custom Property Editor in the Application Model.

NameParametersDescription
PropertyEditorAttribute(Type, Boolean)propertyType, defaultEditorCreates an instance of the PropertyEditorAttribute class, initializing the PropertyType and IsDefaultEditor properties.
PropertyEditorAttribute(Type, String, Boolean)propertyType, alias, isDefaultEditorCreates an instance of the PropertyEditorAttribute class, initializing the PropertyType and IsDefaultEditor properties.
PropertyEditorAttribute(Type, String)propertyType, aliasCreates an instance of the PropertyEditorAttribute class, initializing the PropertyType.

See Also

PropertyEditorAttribute Class

PropertyEditorAttribute Members

DevExpress.ExpressApp.Editors Namespace