Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / GetItemProperties Method
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.

In This Topic
    GetItemProperties Method (LabelStorage)
    In This Topic
    Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetItemProperties( _
       ByVal listAccessors() As PropertyDescriptor _
    ) As PropertyDescriptorCollection
    public virtual PropertyDescriptorCollection GetItemProperties( 
       PropertyDescriptor[] listAccessors
    )

    Parameters

    listAccessors
    An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.

    Return Value

    The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.
    See Also