Skip to main content
A newer version of this page is available. .

PropertyEditorAttribute(Type, String) Constructor

Creates an instance of the PropertyEditorAttribute class, initializing the PropertyEditorAttribute.PropertyType.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public PropertyEditorAttribute(
    Type propertyType,
    string alias
)

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).

See Also