The ExpandableCellTemplateInfo type exposes the following members.

Properties

  NameDescription
Public propertyContent
Gets the content of the cell.
Public propertyHasItems
Gets whether the cell has child items.
Public propertyIsExpanded
Gets or sets whether the cell is expanded.
Public propertyLevel
Gets the level (depth) of the cell in the tree hierarchy.
Public propertyOriginalCellTemplate
Gets the CellTemplate originally specified on the GridViewColumn.
Public propertyOriginalCellTemplateSelector
Gets the CellTemplateSelector originally specified on the GridViewColumn.
Public propertyOriginalDisplayMemberBinding
Gets the DisplayMemberBinding originally specified on the GridViewColumn.

See Also