The IDataGridGroup type exposes the following members.

Properties

  NameDescription
Public propertyColumn
Gets the column represented by this group.
Public propertyEditedValue
Edited value.
(Inherited from IDataGridHasValue.)
Public propertyFormattedValue
Formatted value of the cell.
(Inherited from IDataGridHasValue.)
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.
(Inherited from IDataGridExpandable.)
Public propertyHasChildren
Gets or sets a value indicating that the group has some children (even when they are not loaded)
(Inherited from IDataGridExpandable.)
Public propertyHyperlinkValue
The hyperlink text. This is required by group and cell because each value item can have a hyperlink.
(Inherited from IDataGridHasValue.)
Public propertyIsExpanded
Gets or sets a value indicating whether the group is expanded.
(Inherited from IDataGridExpandable.)
Public propertyIsExpanding
Gets or sets a value indicating whether the group is currently expanding.
(Inherited from IDataGridExpandable.)
Public propertyItems
Gets the items (Rows or Groups).
(Inherited from IDataGridExpandable.)
Public propertyItemsCount
Count of items in the group.
Public propertyName
Gets the name of the group.
Public propertyShowValue
Should the value be visible?
(Inherited from IDataGridHasValue.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
Public propertyValue
Gets the value.
(Inherited from IDataGridHasValue.)

See Also