Interface INumberFormatOptionsDialog
Represents the intereface for the number format options dialog.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface INumberFormatOptionsDialog
Properties
SelectedStringFormat
Gets the selected string format.
Declaration
string SelectedStringFormat { get; }
Property Value
System.String
The selected string format. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System.String
The name of the theme. |
Methods
LoadQueryableSettings(QueryableAggregateDescriptionBase)
Loads the queryable settings.
Declaration
void LoadQueryableSettings(QueryableAggregateDescriptionBase aggregateDescription)
Parameters
QueryableAggregateDescriptionBase
aggregateDescription
The aggregate description. |
LoadSettings(LocalAggregateDescription)
Loads the settings.
Declaration
void LoadSettings(LocalAggregateDescription aggregateDescription)
Parameters
LocalAggregateDescription
aggregateDescription
The aggregate description. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|