Interface ILabel
An interface describing an item that can participate in pivot grouping and has an associated description.
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface ILabel : IField
Properties
Description
Gets the description that is associated with this label.
Declaration
IGroupDescription Description { get; }
Property Value
IGroupDescription
The description. |