Back to Devexpress

UnboundSource.Properties Property

corelibraries-devexpress-dot-data-dot-unboundsource-e156a70c.md

latest1.2 KB
Original Source

UnboundSource.Properties Property

Gets the collection of the UnboundSource‘s properties.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public UnboundSourcePropertyCollection Properties { get; }
vb
Public ReadOnly Property Properties As UnboundSourcePropertyCollection

Property Value

TypeDescription
UnboundSourcePropertyCollection

An UnboundSourcePropertyCollection object specifying the properties collection.

|

See Also

UnboundSource Class

UnboundSource Members

DevExpress.Data Namespace