New to Telerik UI for WPFStart a free 30-day trial

Represents a collection of the radSpreadsheet dialogs.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class WorksheetEditorDialogs

Inheritance: objectWorksheetEditorDialogs

Constructors

C#
public WorksheetEditorDialogs()

Properties

Gets or sets the alert dialog.

C#
public IRadSpreadsheetDialogContent<AlertDialogContext> AlertDialog { get; set; }
Property Value:

The alert dialog.

Gets or sets the new/edit conditional formatting dialog.

C#
public IRadSpreadsheetDialogContent<ConditionalFormattingDialogContext> ConditionalFormattingDialog { get; set; }
Property Value:

The data validation dialog.

Gets or sets the confirm dialog.

C#
public IRadSpreadsheetDialogContent<ConfirmDialogContext> ConfirmDialog { get; set; }
Property Value:

The confirm dialog.

Gets or sets the create new theme colors dialog.

C#
public IRadSpreadsheetDialogContent<CreateNewThemeColorsDialogContext> CreateNewThemeColorsDialog { get; set; }
Property Value:

The create new theme colors dialog.

Gets or sets the create new theme fonts dialog.

C#
public IRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext> CreateNewThemeFontsDialog { get; set; }
Property Value:

The create new theme fonts dialog.

Gets or sets the create update spreadsheet name dialog.

C#
public IRadSpreadsheetDialogContent<CreateUpdateSpreadsheetNameDialogContext> CreateUpdateSpreadsheetNameDialog { get; set; }
Property Value:

The create update spreadsheet name dialog.

Gets or sets the custom filter dialog.

C#
public IRadSpreadsheetDialogContent<CustomFilterDialogContext> CustomFilterDialog { get; set; }
Property Value:

The custom filter dialog.

Gets or sets the custom sort lists dialog.

C#
public IRadSpreadsheetDialogContent<CustomSortListsDialogContext> CustomSortListsDialog { get; set; }
Property Value:

The custom sort lists dialog.

Gets or sets the data validation dialog.

C#
public IRadSpreadsheetDialogContent<DataValidationDialogContext> DataValidationDialog { get; set; }
Property Value:

The data validation dialog.

Gets or sets the decimal number prompt dialog.

C#
public IRadSpreadsheetDialogContent<DecimalNumberPromptDialogContext> DecimalNumberPromptDialog { get; set; }
Property Value:

The decimal number prompt dialog.

Gets or sets the find and replace dialog.

C#
public IRadSpreadsheetDialogContent<FindAndReplaceDialogContext> FindAndReplaceDialog { get; set; }
Property Value:

The find and replace dialog.

Gets or sets the format cells dialog.

C#
public IRadSpreadsheetDialogContent<FormatCellsDialogContext> FormatCellsDialog { get; set; }
Property Value:

The format cells dialog.

Gets or sets the Format Font dialog.

C#
public IRadSpreadsheetDialogContent<FormatFontDialogContext> FormatFontDialog { get; set; }
Property Value:

The Format Font dialog.

Gets or sets the format shapes dialog.

C#
public IRadSpreadsheetDialogContent<FormatShapesDialogContext> FormatShapesDialog { get; set; }
Property Value:

The format shapes dialog.

Gets or sets the header/footer dialog.

C#
public IRadSpreadsheetDialogContent<HeaderFooterDialogContext> HeaderFooterDialog { get; set; }
Property Value:

The header/footer dialog.

Gets or sets the hyperlink dialog.

C#
public IRadSpreadsheetDialogContent<HyperlinkDialogContext> HyperlinkDialog { get; set; }
Property Value:

The hyperlink dialog.

Gets or sets the information dialog.

C#
public IRadSpreadsheetDialogContent<InformationDialogContext> InformationDialog { get; set; }
Property Value:

The information dialog.

Gets or sets the insert cells dialog.

C#
public IRadSpreadsheetDialogContent<InsertCellsDialogContext> InsertCellsDialog { get; set; }
Property Value:

The insert cells dialog.

Gets or sets the insert chart dialog.

C#
public IRadSpreadsheetDialogContent<InsertChartDialogContext> InsertChartDialog { get; set; }
Property Value:

The insert chart dialog.

Gets or sets the insert function dialog.

C#
public IRadSpreadsheetDialogContent<InsertFunctionDialogContext> InsertFunctionDialog { get; set; }
Property Value:

The insert function dialog.

Gets or sets the manage conditional formatting dialog.

C#
public IRadSpreadsheetDialogContent<ManageConditionalFormattingDialogContext> ManageConditionalFormattingDialog { get; set; }
Property Value:

The data validation dialog.

Gets or sets the name manager dialog.

C#
public IRadSpreadsheetDialogContent<NameManagerDialogContext> NameManagerDialog { get; set; }
Property Value:

The name manager dialog.

Gets or sets the page setup dialog.

C#
public IRadSpreadsheetDialogContent<PageSetupDialogContext> PageSetupDialog { get; set; }
Property Value:

The create page setup dialog.

Gets or sets the protect dialog.

C#
public IRadSpreadsheetDialogContent<ProtectDialogContext> ProtectDialog { get; set; }
Property Value:

The protect dialog.

Gets or sets the remove cells dialog.

C#
public IRadSpreadsheetDialogContent<RemoveCellsDialogContext> RemoveCellsDialog { get; set; }
Property Value:

The remove cells dialog.

Gets or sets the scale factor dialog.

C#
public IRadSpreadsheetDialogContent<ScaleFactorDialogContext> ScaleFactorDialog { get; set; }
Property Value:

The scale factor dialog.

Gets or sets the select color dialog.

C#
public IRadSpreadsheetDialogContent<SelectColorDialogContext> SelectColorDialog { get; set; }
Property Value:

The select color dialog.

Gets or sets the series dialog.

C#
public IRadSpreadsheetDialogContent<SeriesDialogContext> SeriesDialog { get; set; }
Property Value:

The series dialog.

Gets or sets the simple conditional formatting dialog.

C#
public IRadSpreadsheetDialogContent<SimpleConditionalFormattingDialogContext> SimpleConditionalFormattingDialog { get; set; }
Property Value:

The insert chart dialog.

Gets or sets the sorting dialog.

C#
public IRadSpreadsheetDialogContent<SortingDialogContext> SortingDialog { get; set; }
Property Value:

The sorting dialog.

Gets or sets the stop dialog.

C#
public IRadSpreadsheetDialogContent<StopDialogContext> StopDialog { get; set; }
Property Value:

The stop dialog.

Gets or sets the style dialog.

C#
public IRadSpreadsheetDialogContent<StyleDialogContext> StyleDialog { get; set; }
Property Value:

The style dialog.

Gets or sets the top10 filter dialog.

C#
public IRadSpreadsheetDialogContent<TopFilterDialogContext> TopFilterDialog { get; set; }
Property Value:

The top10 filter dialog.

Gets or sets the unhide sheet dialog.

C#
public IRadSpreadsheetDialogContent<UnhideSheetDialogContext> UnhideSheetDialog { get; set; }
Property Value:

The unhide sheet dialog.

Gets or sets the unprotect dialog.

C#
public IRadSpreadsheetDialogContent<UnprotectDialogContext> UnprotectDialog { get; set; }
Property Value:

The unprotect dialog.

Gets or sets the warning dialog.

C#
public IRadSpreadsheetDialogContent<WarningDialogContext> WarningDialog { get; set; }
Property Value:

The warning dialog.