Class GroupData
Dependency object used as data context to PivotHeader and PivotGroupHeader.
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class GroupData : DataContextProxy
Constructors
GroupData()
Declaration
public GroupData()
Fields
GroupDescriptionProperty
Identifies the GroupDescription read-only dependency property.
Declaration
public static readonly DependencyProperty GroupDescriptionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GroupDescription
Gets the IGroupDescription.
Declaration
public IGroupDescription GroupDescription { get; }
Property Value
IGroupDescription
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|