[]
        
(Showing Draft Content)

C1.Win.List.ListBase.Frame.GetSchema

GetSchema Method

GetSchema(PropertyDescriptorCollection, int, DataRelation, PropertyDescriptor[])

Gets the data source schema.

Declaration
protected virtual void GetSchema(PropertyDescriptorCollection props, int level, DataRelation r, PropertyDescriptor[] parent = null)
Parameters
Type Name Description
PropertyDescriptorCollection props

The collection of property descriptions.

int level

The level of column in a hierarchical data source.

DataRelation r

The collection of relations that link tables and allow navigation from parent tables to child tables.

PropertyDescriptor[] parent

The parent PropertyDescriptor.