The DataGridGroupViewModel type exposes the following members.

Properties

  NameDescription
Public propertyBackground
Background.
Public propertyColumn
Gets the column represented by this group.
Public propertyEditedValue
Unused.
Public propertyFontFamily
Font family.
Public propertyFontSize
Cell font size.
Public propertyFontStretch
Font stretch.
Public propertyFontStyle
Font style.
Public propertyFontWeight
Font weight.
Public propertyForeground
Foreground.
Public propertyFormattedValue
Formatted value of the cell.
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 propertyHyperlinkValue
Hyperlink value.
Public propertyImage
Decoded image that is shown in the DataGrid.
Public propertyIsExpanded
Gets or sets a value indicating whether the group is expanded.
Public propertyIsExpanding
Indicates that the group is currently expanding
Public propertyItems
Gets the items (Rows or Groups).
Public propertyItemsCount
Count of items in the group.
Public propertyName
Gets the name of the group.
Public propertyShowValue
Unused.
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.

See Also