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. The selected string format. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System. The name of the theme. |
Methods
LoadQueryableSettings(QueryableAggregateDescriptionBase)
Loads the queryable settings.
Declaration
void LoadQueryableSettings(QueryableAggregateDescriptionBase aggregateDescription)
Parameters
Queryable The aggregate description. |
LoadSettings(LocalAggregateDescription)
Loads the settings.
Declaration
void LoadSettings(LocalAggregateDescription aggregateDescription)
Parameters
Local The aggregate description. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.
|