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