The IDataGridTreeNode type exposes the following members.

Methods

  NameDescription
Public methodActivate (Inherited from IVirtualizable.)
Public methodClearData (Inherited from IVirtualizable.)
Public methodDeactivate (Inherited from IVirtualizable.)
Public methodNotifyItemsCountUpdated
Notify the UI that the ItemsCount was updated.
Public methodNotifyRowNumberUpdated
Notify the UI that the RowNumber was updated.
(Inherited from IDataGridRow.)

Properties

  NameDescription
Public propertyBackground
Background.
(Inherited from IDataGridRow.)
Public propertyCells
Gets the cells in this row.
(Inherited from IDataGridRow.)
Public propertyContextMenuItems (Inherited from IHasContextMenu.)
Public propertyDelayRowStyleChanged
Stop firing NotifyRowStyleChanged changes.
(Inherited from IDataGridRow.)
Public propertyFontFamily
Font family.
(Inherited from IDataGridRow.)
Public propertyFontSize
Font size.
(Inherited from IDataGridRow.)
Public propertyFontStyle
Font style.
(Inherited from IDataGridRow.)
Public propertyFontWeight
Font weight.
(Inherited from IDataGridRow.)
Public propertyForeground
Foreground.
(Inherited from IDataGridRow.)
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 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 propertyIsRowMouseOver
Gets or sets a value indicating whether the row is under cursor.
(Inherited from IDataGridRow.)
Public propertyIsSelected
Gets or sets a value indicating whether the row is selected.
(Inherited from IDataGridRow.)
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 propertyNotifyRowStyleChanged
Property changed event gets fired on this property whenever a styling property relevant for a row changes.
(Inherited from IDataGridRow.)
Public propertyRowHeight
Gets or sets the height of the row.
(Inherited from IDataGridRow.)
Public propertyRowNumber
Gets the row number.
(Inherited from IDataGridRow.)
Public propertyState
State of the node regarding expansion and having children.
Public propertyStyle
Style.
(Inherited from IDataGridRow.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from IDataGridRow.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from IDataGridRow.)

Events

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

See Also