Class NumberFormatOptionsDialog
Represents the dialog for the number format options.
Inherited Members
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class NumberFormatOptionsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, INumberFormatOptionsDialog
Constructors
NumberFormatOptionsDialog()
Initializes a new instance of the NumberFormatOptionsDialog class.
Declaration
public NumberFormatOptionsDialog()
Properties
SelectedStringFormat
Gets the selected string format.
Declaration
public virtual string SelectedStringFormat { get; }
Property Value
System.String
The selected string 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
LoadQueryableSettings(QueryableAggregateDescriptionBase)
Loads the queryable settings.
Declaration
public virtual void LoadQueryableSettings(QueryableAggregateDescriptionBase aggregateDescription)
Parameters
QueryableAggregateDescriptionBase
aggregateDescription
The aggregate description. |
Implements
LoadSettings(LocalAggregateDescription)
Loads the settings.
Declaration
public virtual void LoadSettings(LocalAggregateDescription aggregateDescription)
Parameters
LocalAggregateDescription
aggregateDescription
The aggregate description. |
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
INumberFormatOptionsDialog.ShowDialog()
Declaration
DialogResult INumberFormatOptionsDialog.ShowDialog()
Returns
System.Windows.Forms.DialogResult
|