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 AggregateOptionsDialog class.
Declaration
public AggregateOptionsDialog()
Properties
CustomName
Gets the custom name.
Declaration
public virtual string CustomName { get; }
Property Value
System.String
The name of the custom. |
Implements
SelectedAggregateFunction
Gets the selected aggregate function.
Declaration
public virtual AggregateFunction SelectedAggregateFunction { get; }
Property Value
AggregateFunction
The selected aggregate function. |
Implements
SelectedQueryableAggregateFunction
Gets the selected queryable aggregate function.
Declaration
public virtual QueryableAggregateFunction SelectedQueryableAggregateFunction { get; }
Property Value
QueryableAggregateFunction
The selected queryable aggregate function. |
Implements
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
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
AggregateDescriptionBase
aggregateDescription
The aggregate description. |
Returns
System.Collections.Generic.IEnumerable<System.Object>
|
InitializeText()
Initializes the text.
Declaration
public void InitializeText()
LoadQueryableSettings(QueryablePropertyAggregateDescriptionBase)
Loads the queryable settings.
Declaration
public virtual void LoadQueryableSettings(QueryablePropertyAggregateDescriptionBase aggregateDescription)
Parameters
QueryablePropertyAggregateDescriptionBase
aggregateDescription
The aggregate description. |
Implements
LoadSettings(PropertyAggregateDescriptionBase)
Loads the settings.
Declaration
public virtual void LoadSettings(PropertyAggregateDescriptionBase aggregateDescription)
Parameters
PropertyAggregateDescriptionBase
aggregateDescription
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.EventArgs
e
|
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.Windows.Forms.DialogResult
|