UnboundSource.Properties Property
In This Article
Gets the collection of the UnboundSource‘s properties.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public UnboundSourcePropertyCollection Properties { get; }
#Property Value
Type | Description |
---|---|
Unbound |
An Unbound |
See Also