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

PropertyEditorAttribute.IsDefaultEditor Property

Indicates whether the target Property Editor should be automatically used for the properties of the specified type.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public bool IsDefaultEditor { get; }

Property Value

Type Description
Boolean

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

Remarks

See the PropertyEditorAttribute class description and Implement Custom Property Editors, for details.

See Also