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

UnboundDataSourceProperty.PropertyType Property

Gets or sets the type of the data source field represented by the current UnboundDataSourceProperty.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Type PropertyType { get; set; }

Property Value

Type Description
Type

A Type value that is the type of the data source field represented by the current UnboundDataSourceProperty.

See Also