Class GroupData
Dependency object used as data context to Pivot
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.
|
Properties
GroupDescription
Gets the IGroup
Declaration
public IGroupDescription GroupDescription { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|