Skip to main content
.NET 6.0+

PropertyEditorAttribute(Type, Boolean) Constructor

Creates an instance of the PropertyEditorAttribute class, initializing the PropertyEditorAttribute.PropertyType and PropertyEditorAttribute.IsDefaultEditor properties.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public PropertyEditorAttribute(
    Type propertyType,
    bool defaultEditor
)

Parameters

Name Type Description
propertyType Type

A type of the property for which the target Property Editor is designed.

defaultEditor Boolean

true if the target Property Editor should be used for the properties of the specified type by default; otherwise, false.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PropertyEditorAttribute(Type, Boolean) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also