InterfaceIPivotSettings
Represents an interface for controlling pivot settings like group descriptions, aggregate descriptions, etc.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
public interface IPivotSettings : INotifyPropertyChanged, ISupportInitialize
Inherited Members
Properties
AggregateDescriptions
Gets the pivot aggregate descriptions list.
AggregatesLevel
Gets or sets the position where groups for the aggregates should be placed.
AggregatesPosition
Gets or sets a value indicating where the aggregate groups should be positioned.
ColumnGroupDescriptions
Gets the pivot column group descriptions list.
FilterDescriptions
Gets the pivot filter descriptions list.
RowGroupDescriptions
Gets the pivot row group descriptions list.
Methods
BeginEdit()
Enters the IPivotSettings in a new editing scope.
Use when applying multiple changes to the pivot settings.
Declaration
IDisposable BeginEdit()
Returns
An edit scope token that you must Dispose() when you are done with the editing.
Events
DescriptionsChanged
An event that notifies some of the FilterDescriptions, RowGroupDescriptions, ColumnGroupDescriptions, AggregateDescriptions, AggregatesLevel or AggregatesPosition has changed. Notifications are raised even in BeginEdit() scope.
Declaration
event EventHandler<EventArgs> DescriptionsChanged
Event Value
SettingsChanged
Notifies when this or one of the children is changed.
Declaration
event EventHandler<SettingsChangedEventArgs> SettingsChanged
Event Value