C1.Win.TreeView Namespace / C1TreeColumn Class / DisplayMemberPath Property

In This Topic
DisplayMemberPath Property (C1TreeColumn)
In This Topic
Gets a collection that identifies the fields to be displayed in the column depending on the level of the node.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property DisplayMemberPath As PropertyPath
 
See Also