Represents a collection of the radSpreadsheet dialogs.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class WorksheetEditorDialogs
Inheritance: objectWorksheetEditorDialogs
Constructors
public WorksheetEditorDialogs()
Properties
Gets or sets the alert dialog.
public IRadSpreadsheetDialogContent<AlertDialogContext> AlertDialog { get; set; }
The alert dialog.
Gets or sets the new/edit conditional formatting dialog.
public IRadSpreadsheetDialogContent<ConditionalFormattingDialogContext> ConditionalFormattingDialog { get; set; }
The data validation dialog.
Gets or sets the confirm dialog.
public IRadSpreadsheetDialogContent<ConfirmDialogContext> ConfirmDialog { get; set; }
The confirm dialog.
Gets or sets the create new theme colors dialog.
public IRadSpreadsheetDialogContent<CreateNewThemeColorsDialogContext> CreateNewThemeColorsDialog { get; set; }
The create new theme colors dialog.
Gets or sets the create new theme fonts dialog.
public IRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext> CreateNewThemeFontsDialog { get; set; }
The create new theme fonts dialog.
Gets or sets the create update spreadsheet name dialog.
public IRadSpreadsheetDialogContent<CreateUpdateSpreadsheetNameDialogContext> CreateUpdateSpreadsheetNameDialog { get; set; }
The create update spreadsheet name dialog.
Gets or sets the custom filter dialog.
public IRadSpreadsheetDialogContent<CustomFilterDialogContext> CustomFilterDialog { get; set; }
The custom filter dialog.
Gets or sets the custom sort lists dialog.
public IRadSpreadsheetDialogContent<CustomSortListsDialogContext> CustomSortListsDialog { get; set; }
The custom sort lists dialog.
Gets or sets the data validation dialog.
public IRadSpreadsheetDialogContent<DataValidationDialogContext> DataValidationDialog { get; set; }
The data validation dialog.
Gets or sets the decimal number prompt dialog.
public IRadSpreadsheetDialogContent<DecimalNumberPromptDialogContext> DecimalNumberPromptDialog { get; set; }
The decimal number prompt dialog.
Gets or sets the find and replace dialog.
public IRadSpreadsheetDialogContent<FindAndReplaceDialogContext> FindAndReplaceDialog { get; set; }
The find and replace dialog.
Gets or sets the format cells dialog.
public IRadSpreadsheetDialogContent<FormatCellsDialogContext> FormatCellsDialog { get; set; }
The format cells dialog.
Gets or sets the Format Font dialog.
public IRadSpreadsheetDialogContent<FormatFontDialogContext> FormatFontDialog { get; set; }
The Format Font dialog.
Gets or sets the format shapes dialog.
public IRadSpreadsheetDialogContent<FormatShapesDialogContext> FormatShapesDialog { get; set; }
The format shapes dialog.
Gets or sets the header/footer dialog.
public IRadSpreadsheetDialogContent<HeaderFooterDialogContext> HeaderFooterDialog { get; set; }
The header/footer dialog.
Gets or sets the hyperlink dialog.
public IRadSpreadsheetDialogContent<HyperlinkDialogContext> HyperlinkDialog { get; set; }
The hyperlink dialog.
Gets or sets the information dialog.
public IRadSpreadsheetDialogContent<InformationDialogContext> InformationDialog { get; set; }
The information dialog.
Gets or sets the insert cells dialog.
public IRadSpreadsheetDialogContent<InsertCellsDialogContext> InsertCellsDialog { get; set; }
The insert cells dialog.
Gets or sets the insert chart dialog.
public IRadSpreadsheetDialogContent<InsertChartDialogContext> InsertChartDialog { get; set; }
The insert chart dialog.
Gets or sets the insert function dialog.
public IRadSpreadsheetDialogContent<InsertFunctionDialogContext> InsertFunctionDialog { get; set; }
The insert function dialog.
Gets or sets the manage conditional formatting dialog.
public IRadSpreadsheetDialogContent<ManageConditionalFormattingDialogContext> ManageConditionalFormattingDialog { get; set; }
The data validation dialog.
Gets or sets the name manager dialog.
public IRadSpreadsheetDialogContent<NameManagerDialogContext> NameManagerDialog { get; set; }
The name manager dialog.
Gets or sets the page setup dialog.
public IRadSpreadsheetDialogContent<PageSetupDialogContext> PageSetupDialog { get; set; }
The create page setup dialog.
Gets or sets the protect dialog.
public IRadSpreadsheetDialogContent<ProtectDialogContext> ProtectDialog { get; set; }
The protect dialog.
Gets or sets the remove cells dialog.
public IRadSpreadsheetDialogContent<RemoveCellsDialogContext> RemoveCellsDialog { get; set; }
The remove cells dialog.
Gets or sets the scale factor dialog.
public IRadSpreadsheetDialogContent<ScaleFactorDialogContext> ScaleFactorDialog { get; set; }
The scale factor dialog.
Gets or sets the select color dialog.
public IRadSpreadsheetDialogContent<SelectColorDialogContext> SelectColorDialog { get; set; }
The select color dialog.
Gets or sets the series dialog.
public IRadSpreadsheetDialogContent<SeriesDialogContext> SeriesDialog { get; set; }
The series dialog.
Gets or sets the simple conditional formatting dialog.
public IRadSpreadsheetDialogContent<SimpleConditionalFormattingDialogContext> SimpleConditionalFormattingDialog { get; set; }
The insert chart dialog.
Gets or sets the sorting dialog.
public IRadSpreadsheetDialogContent<SortingDialogContext> SortingDialog { get; set; }
The sorting dialog.
Gets or sets the stop dialog.
public IRadSpreadsheetDialogContent<StopDialogContext> StopDialog { get; set; }
The stop dialog.
Gets or sets the style dialog.
public IRadSpreadsheetDialogContent<StyleDialogContext> StyleDialog { get; set; }
The style dialog.
Gets or sets the top10 filter dialog.
public IRadSpreadsheetDialogContent<TopFilterDialogContext> TopFilterDialog { get; set; }
The top10 filter dialog.
Gets or sets the unhide sheet dialog.
public IRadSpreadsheetDialogContent<UnhideSheetDialogContext> UnhideSheetDialog { get; set; }
The unhide sheet dialog.
Gets or sets the unprotect dialog.
public IRadSpreadsheetDialogContent<UnprotectDialogContext> UnprotectDialog { get; set; }
The unprotect dialog.
Gets or sets the warning dialog.
public IRadSpreadsheetDialogContent<WarningDialogContext> WarningDialog { get; set; }
The warning dialog.