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

PropertyEditorAttribute.PropertyType Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

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