Skip to main content
.NET 6.0+

PropertyEditorAttribute.PropertyType Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.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