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 Number
Declaration
public NumberFormatOptionsDialog()
Properties
SelectedStringFormat
Gets the selected string format.
Declaration
public virtual string SelectedStringFormat { get; }
Property Value
System. The selected string format. |
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
LoadQueryableSettings(QueryableAggregateDescriptionBase)
Loads the queryable settings.
Declaration
public virtual void LoadQueryableSettings(QueryableAggregateDescriptionBase aggregateDescription)
Parameters
Queryable The aggregate description. |
Implements
LoadSettings(LocalAggregateDescription)
Loads the settings.
Declaration
public virtual void LoadSettings(LocalAggregateDescription aggregateDescription)
Parameters
Local The aggregate description. |
Implements
OnLoad(EventArgs)
Raises the System.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System. An System. |
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.
|