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

UnboundSource.Properties Property

Gets the collection of the UnboundSource‘s properties.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public UnboundSourcePropertyCollection Properties { get; }

Property Value

Type Description
UnboundSourcePropertyCollection

An UnboundSourcePropertyCollection object specifying the properties collection.

See Also