Class AggregateOptionsDialog
Represents the dialog for the aggregate options.
Inherited Members
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class AggregateOptionsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IAggregateOptionsDialog
Constructors
AggregateOptionsDialog()
Initializes a new instance of the Aggregate
Declaration
public AggregateOptionsDialog()
Properties
CustomName
Gets the custom name.
Declaration
public virtual string CustomName { get; }
Property Value
System. The name of the custom. |
Implements
SelectedAggregateFunction
Gets the selected aggregate function.
Declaration
public virtual AggregateFunction SelectedAggregateFunction { get; }
Property Value
Aggregate The selected aggregate function. |
Implements
SelectedQueryableAggregateFunction
Gets the selected queryable aggregate function.
Declaration
public virtual QueryableAggregateFunction SelectedQueryableAggregateFunction { get; }
Property Value
Queryable The selected queryable aggregate function. |
Implements
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
Overrides
GetDefaultAggregateFunctions(AggregateDescriptionBase)
Gets the default aggregate functions.
Declaration
protected virtual IEnumerable<object> GetDefaultAggregateFunctions(AggregateDescriptionBase aggregateDescription)
Parameters
Aggregate The aggregate description. |
Returns
System.
|
InitializeText()
Initializes the text.
Declaration
public void InitializeText()
LoadQueryableSettings(QueryablePropertyAggregateDescriptionBase)
Loads the queryable settings.
Declaration
public virtual void LoadQueryableSettings(QueryablePropertyAggregateDescriptionBase aggregateDescription)
Parameters
Queryable The aggregate description. |
Implements
LoadSettings(PropertyAggregateDescriptionBase)
Loads the settings.
Declaration
public virtual void LoadSettings(PropertyAggregateDescriptionBase aggregateDescription)
Parameters
Property The aggregate description. |
Implements
OnLoad(EventArgs)
In this override we reset the RootElement's BackColor property since the DocumentDesigner class sets the BackColor of the Form to Control when initializing and thus overrides the theme.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|
Overrides
OnThemeChanged()
Called when the theme is changed.
Declaration
protected override void OnThemeChanged()
Overrides
Explicit Interface Implementations
IAggregateOptionsDialog.ShowDialog()
Declaration
DialogResult IAggregateOptionsDialog.ShowDialog()
Returns
System.
|