Skip to main content

UnboundSourceProperty.PropertyType Property

Specifies the property type

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

[TypeConverter("DevExpress.Utils.Editors.SimpleToStringTypeConverter, DevExpress.Data.Desktop.v24.1, Version=24.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
public Type PropertyType { get; set; }

Property Value

Type Description
Type

A Type object specifying the property type.

See Also