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

UnboundDataSource.Properties Property

Gets or sets a collection of properties displayed by the control. This is a dependency property.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ObservableCollection<UnboundDataSourceProperty> Properties { get; set; }

Property Value

Type Description
ObservableCollection<UnboundDataSourceProperty>

A collection of UnboundDataSourceProperty objects.

Remarks

Use the Properties property to specify the data source properties displayed by the control.

See Also