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