Skip to main content

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

public PropertyDescriptorCollection CustomProperties { get; set; }

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