Skip to main content

UnboundSource.Properties Property

Gets the collection of the UnboundSource‘s properties.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public UnboundSourcePropertyCollection Properties { get; }

Property Value

Type Description
UnboundSourcePropertyCollection

An UnboundSourcePropertyCollection object specifying the properties collection.

See Also