Skip to main content

UnboundSourceProperty.PropertyType Property

Specifies the property type

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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