New to Telerik UI for WinFormsStart a free 30-day trial

Represents the group node

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotGroupNode : IResizable, INotifyPropertyChanged

Inheritance: objectPivotGroupNode

Implements: INotifyPropertyChangedIResizable

Constructors

Initializes a new instance of the PivotGroupNode class.

C#
public PivotGroupNode(IGroup group, PivotGroupNode parent, PivotAxis axis, RadPivotGridElement owner, int index)
Parameters:groupIGroup

The group.

parentPivotGroupNode

The parent.

axisPivotAxis

The axis.

ownerRadPivotGridElement

The owner.

indexint

The index.

Properties

Gets the axis.

C#
public PivotAxis Axis { get; }
Property Value:

The axis.

Gets the children.

C#
public PivotGroupNodeChildrenCollection Children { get; }
Property Value:

The children.

Gets whether the group node is collapsible.

C#
public bool Collapsible { get; }
Property Value:

The collapsible.

Gets or sets whether the group node is expanded.

C#
public bool Expanded { get; set; }
Property Value:

The expanded.

Gets the group.

C#
public IGroup Group { get; }
Property Value:

The group.

Retursn whether the group node has children.

C#
public bool HasChildren { get; }
Property Value:

The has children.

Gets the index.

C#
public int Index { get; }
Property Value:

The index.

Gets whether the group node is a leaf.

C#
public bool IsLeaf { get; }
Property Value:

The is leaf.

Gets the group node is visible.

C#
public bool IsVisible { get; }
Property Value:

The is visible.

Gets or sets the size of the max.

C#
public int MaxSize { get; set; }
Property Value:

The size of the max.

Gets or sets the size of the min.

C#
public int MinSize { get; set; }
Property Value:

The size of the min.

Gets the name.

C#
public string Name { get; }
Property Value:

The name.

Gets the owner.

C#
public RadPivotGridElement Owner { get; }
Property Value:

The owner.

Gets the parent.

C#
public PivotGroupNode Parent { get; }
Property Value:

The parent.

Gets or sets the size of the preferred.

C#
public int PreferredSize { get; set; }
Property Value:

The size of the preferred.

Implements: IResizable.PreferredSize

Methods

Gets the descendants.

C#
public IEnumerable<PivotGroupNode> GetDescendants()
Returns:

IEnumerable<PivotGroupNode>

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged