Skip to main content
A newer version of this page is available. .

VirtualSourceBase.CustomProperties Property

Gets or sets custom descriptors.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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