The IDataGridExpandable type exposes the following members.

Properties

  NameDescription
Public propertyGroupLevel
Gets or sets the group level. The Group Level indicates how many groups are above this group in the visual tree. This is important only for group header alignment, meaning it only affects the visual, not behavior.
Public propertyHasChildren
Gets or sets a value indicating that the group has some children (even when they are not loaded)
Public propertyIsExpanded
Gets or sets a value indicating whether the group is expanded.
Public propertyIsExpanding
Gets or sets a value indicating whether the group is currently expanding.
Public propertyItems
Gets the items (Rows or Groups).

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)

See Also