Class CalculationOptionsDialog
Represents a dialog for calculation options
Inherited Members
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class CalculationOptionsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ICalculationOptionsDialog
Constructors
CalculationOptionsDialog()
Initializes a new instance of the CalculationOptionsDialog class.
Declaration
public CalculationOptionsDialog()
Properties
TotalFormat
Gets the total format.
Declaration
public virtual TotalFormat TotalFormat { get; }
Property Value
TotalFormat
The total format. |
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
InitializeText()
Initializes the text.
Declaration
public void InitializeText()
LoadSettings(Value)
Loads the settings.
Declaration
public virtual void LoadSettings(Value editedValue)
Parameters
Value
editedValue
The edited value. |
Implements
OnLoad(EventArgs)
Raises the System.Windows.Forms.Form.Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data. |
Overrides
OnThemeChanged()
Called when the theme is changed.
Declaration
protected override void OnThemeChanged()
Overrides
Explicit Interface Implementations
ICalculationOptionsDialog.ShowDialog()
Declaration
DialogResult ICalculationOptionsDialog.ShowDialog()
Returns
System.Windows.Forms.DialogResult
|