Interface ICalculationOptionsDialog
Represents the interface for the calculation options.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface ICalculationOptionsDialog
Properties
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System.String
The name of the theme. |
TotalFormat
Gets the total format.
Declaration
TotalFormat TotalFormat { get; }
Property Value
TotalFormat
The total format. |
Methods
LoadSettings(Value)
Loads the settings.
Declaration
void LoadSettings(Value editedValue)
Parameters
Value
editedValue
The edited value. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|