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

UnboundSourceProperty.PropertyType Property

Specifies the property type

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[DefaultValue(typeof(object))]
public Type PropertyType { get; set; }

Property Value

Type Default Description
Type object

A Type object specifying the property type.

See Also