Interface IAggregateOptionsDialog
Represents a dialog for the aggregate options.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IAggregateOptionsDialog
Properties
CustomName
Gets the name of the custom.
Declaration
string CustomName { get; }
Property Value
System.String
The name of the custom. |
SelectedAggregateFunction
Gets the selected aggregate function.
Declaration
AggregateFunction SelectedAggregateFunction { get; }
Property Value
AggregateFunction
The selected aggregate function. |
SelectedQueryableAggregateFunction
Gets the selected queryable aggregate function.
Declaration
QueryableAggregateFunction SelectedQueryableAggregateFunction { get; }
Property Value
QueryableAggregateFunction
The selected queryable aggregate function. |
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(QueryablePropertyAggregateDescriptionBase)
Loads the queryable settings.
Declaration
void LoadQueryableSettings(QueryablePropertyAggregateDescriptionBase aggregateDescription)
Parameters
QueryablePropertyAggregateDescriptionBase
aggregateDescription
The aggregate description. |
LoadSettings(PropertyAggregateDescriptionBase)
Loads the settings.
Declaration
void LoadSettings(PropertyAggregateDescriptionBase aggregateDescription)
Parameters
PropertyAggregateDescriptionBase
aggregateDescription
The aggregate description. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|