ClassPivotGroupNode
Represents the group node
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class PivotGroupNode : IResizable, INotifyPropertyChanged
Inheritance: objectPivotGroupNode
Implements:
Constructors
PivotGroupNode(IGroup, PivotGroupNode, PivotAxis, RadPivotGridElement, int)
Initializes a new instance of the PivotGroupNode class.
Declaration
public PivotGroupNode(IGroup group, PivotGroupNode parent, PivotAxis axis, RadPivotGridElement owner, int index)
Parameters
group
The group.
parent
The parent.
axis
The axis.
owner
The owner.
index
The index.
Properties
Axis
Gets the axis.
Children
Gets the children.
Declaration
public PivotGroupNodeChildrenCollection Children { get; }
Property Value
PivotGroupNodeChildrenCollection
The children.
Collapsible
Gets whether the group node is collapsible.
Expanded
Gets or sets whether the group node is expanded.
Group
Gets the group.
HasChildren
Retursn whether the group node has children.
Declaration
public bool HasChildren { get; }
Property Value
The has children.
Index
Gets the index.
IsLeaf
Gets whether the group node is a leaf.
IsVisible
Gets the group node is visible.
MaxSize
Gets or sets the size of the max.
Declaration
public int MaxSize { get; set; }
Property Value
The size of the max.
MinSize
Gets or sets the size of the min.
Declaration
public int MinSize { get; set; }
Property Value
The size of the min.
Name
Gets the name.
Owner
Gets the owner.
Declaration
public RadPivotGridElement Owner { get; }
Property Value
The owner.
Parent
Gets the parent.
Declaration
public PivotGroupNode Parent { get; }
Property Value
The parent.
PreferredSize
Gets or sets the size of the preferred.
Declaration
public int PreferredSize { get; set; }
Property Value
The size of the preferred.
Implements
Methods
GetDescendants()
Gets the descendants.
Declaration
public IEnumerable<PivotGroupNode> GetDescendants()
Returns
IEnumerable<PivotGroupNode>
OnPropertyChanged(string)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements