Interface IPivotSettings
Represents an interface for controlling pivot settings like group descriptions, aggregate descriptions, etc.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IPivotSettings : INotifyPropertyChanged, ISupportInitialize
Properties
AggregateDescriptions
Gets the pivot aggregate descriptions list.
Declaration
IList AggregateDescriptions { get; }
Property Value
System.
|
AggregatesLevel
Gets or sets the position where groups for the aggregates should be placed.
Declaration
int AggregatesLevel { get; set; }
Property Value
System.
|
AggregatesPosition
Gets or sets a value indicating where the aggregate groups should be positioned.
Declaration
PivotAxis AggregatesPosition { get; set; }
Property Value
ColumnGroupDescriptions
Gets the pivot column group descriptions list.
Declaration
IList ColumnGroupDescriptions { get; }
Property Value
System.
|
FilterDescriptions
Gets the pivot filter descriptions list.
Declaration
IList FilterDescriptions { get; }
Property Value
System.
|
RowGroupDescriptions
Gets the pivot row group descriptions list.
Declaration
IList RowGroupDescriptions { get; }
Property Value
System.
|
Methods
BeginEdit()
Enters the IPivot
Declaration
IDisposable BeginEdit()
Returns
System. An edit scope token that you must System. |
Events
DescriptionsChanged
An event that notifies some of the
Filter
Declaration
event EventHandler<EventArgs> DescriptionsChanged
Event Type
System.
|
SettingsChanged
Notifies when this or one of the children is changed.
Declaration
event EventHandler<SettingsChangedEventArgs> SettingsChanged
Event Type
System.
|