GroupData
Class
Dependency object used as data context to PivotHeader and PivotGroupHeader.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public sealed class GroupData : DataContextProxy
Inheritance: objectDataContextProxyGroupData
Inherited Members
Constructors
C#
public GroupData()
Fields
GroupDescriptionProperty
DependencyProperty
Identifies the GroupDescription read-only dependency property.
C#
public static readonly DependencyProperty GroupDescriptionProperty
Properties
Gets the IGroupDescription.
C#
public IGroupDescription GroupDescription { get; }