Interface IDescriptionBase
Base interface for describing FilterDescription, GroupDescription and AggregateDescription.
Inherited Members
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IDescriptionBase : INamed
Methods
Clone()
GetUniqueName()
Returns the member name for this description.
Declaration
string GetUniqueName()
Returns
System.String
|