PivotGroupNode
Represents the group node
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class PivotGroupNode : IResizable, INotifyPropertyChanged
Inheritance: objectPivotGroupNode
Implements:
Constructors
Initializes a new instance of the PivotGroupNode class.
public PivotGroupNode(IGroup group, PivotGroupNode parent, PivotAxis axis, RadPivotGridElement owner, int index)
The group.
parentPivotGroupNodeThe parent.
axisPivotAxisThe axis.
ownerRadPivotGridElementThe owner.
indexintThe index.
Properties
Gets the children.
public PivotGroupNodeChildrenCollection Children { get; }
The children.
Gets whether the group node is collapsible.
public bool Collapsible { get; }
The collapsible.
Gets or sets whether the group node is expanded.
public bool Expanded { get; set; }
The expanded.
Retursn whether the group node has children.
public bool HasChildren { get; }
The has children.
Gets whether the group node is a leaf.
public bool IsLeaf { get; }
The is leaf.
Gets the group node is visible.
public bool IsVisible { get; }
The is visible.
Gets or sets the size of the max.
public int MaxSize { get; set; }
The size of the max.
Gets or sets the size of the min.
public int MinSize { get; set; }
The size of the min.
Gets the owner.
public RadPivotGridElement Owner { get; }
The owner.
Gets the parent.
public PivotGroupNode Parent { get; }
The parent.
Gets or sets the size of the preferred.
public int PreferredSize { get; set; }
The size of the preferred.
Implements:
Methods
Gets the descendants.
Events
public event PropertyChangedEventHandler PropertyChanged
Implements: