Skip to main content
A newer version of this page is available. .
.NET Core 3.0+

PropertyEditorAttribute.PropertyType Property

Specifies the type of properties that the target Property Editor can display.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type PropertyType { get; }

Property Value

Type Description
Type

A Type object specifying the type of properties for which the target Property Editor is designed.

Remarks

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

See Also