Retrieves an array of PropertyDescriptor objects representing
the bindable properties of the data source list type.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public virtual PropertyDescriptorCollection GetItemProperties( PropertyDescriptor[] listAccessors ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetItemProperties ( _ listAccessors As PropertyDescriptor() _ ) As PropertyDescriptorCollection |
Parameters
- listAccessors
- Type: array<System.ComponentModel..::..PropertyDescriptor>[]()[][]
An array of PropertyDescriptor objects to find in the collection as bindable. This can be null.