Skip to main content

VirtualSourceBase.CustomProperties Property

Gets or sets custom property descriptors.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public PropertyDescriptorCollection CustomProperties { get; set; }

Property Value

Type Description
PropertyDescriptorCollection

Custom property descriptors.

Remarks

Use the CustomProperties property to specify custom descriptors if your data source returns untyped objects (for example, a JSON object that is converted to a dynamic object).

See Also