VirtualSourceBase.CustomProperties Property
Gets or sets custom descriptors.
Namespace: DevExpress.Data
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
PropertyDescriptorCollection | A collection of PropertyDescriptor objects. |
Remarks
If you bind to dynamic objects, use the CustomProperties property to specify custom descriptors.
See Also