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

Defines the members of the RadSpreadsheet dialog content classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public interface IRadSpreadsheetDialogContent

Derived Classes: AlertDialogContentAlertDialogContentBaseConditionalFormattingDialogContentConfirmDialogContentConfirmDialogContentBaseCreateNewThemeColorsDialogContentCreateNewThemeColorsDialogContentBaseCreateNewThemeFontsDialogContentCreateNewThemeFontsDialogContentBaseCreateUpdateSpreadsheetNameDialogContentCreateUpdateSpreadsheetNameDialogContentBaseCustomFilterDialogContentCustomFilterDialogContentBaseCustomSortListsDialogContentCustomSortListsDialogContentBaseDataBarDialogContentDataValidationDialogContentDataValidationDialogContentBaseDecimalNumberPromptDialogContentDecimalNumberPromptDialogContentBaseFillEffectsDialogContentFillEffectsDialogContentBaseFindAndReplaceDialogContentFindAndReplaceDialogContentBaseFormatCellsDialogContentFormatCellsDialogContentBaseFormatFontDialogContentFormatShapesDialogContentFormatShapesDialogContentBaseFunctionArgumentsDialogContentFunctionArgumentsDialogContentBaseHeaderFooterDialogContentHyperlinkDialogContentHyperlinkDialogContentBaseInformationDialogContentInformationDialogContentBaseInsertCellsDialogContentInsertCellsDialogContentBaseInsertChartDialogContentInsertFunctionDialogContentInsertFunctionDialogContentBaseManageConditionalFormattingDialogContentNameManagerDialogContentNameManagerDialogContentBasePageSetupDialogContentPageSetupDialogContentBaseProtectDialogContentProtectDialogContentContentBaseRadSpreadsheetDialogContentBase<TContext>RemoveCellsDialogContentRemoveCellsDialogContentBaseScaleFactorDialogContentScaleFactorDialogContentBaseSelectColorDialogContentSelectColorDialogContentBaseSeriesDialogContentSeriesDialogContentBaseSimpleConditionalFormattingDialogContentSimpleConditionalFormattingDialogContentBaseSortingDialogContentSortingDialogContentBaseStopDialogContentStopDialogContentBaseStyleDialogContentStyleDialogContentBaseTopFilterDialogContentTopFilterDialogContentBaseUnhideSheetDialogContentUnhideSheetDialogContentBaseUnprotectDialogContentUnprotectDialogContentBaseWarningDialogContentWarningDialogContentBase...

Properties

Gets or sets the dialog result.

C#
bool? DialogResult { get; set; }
Property Value:

The dialog result.

Gets or sets the header.

C#
string Header { get; set; }
Property Value:

The header.

ResizeMode

ResizeMode

Gets or sets the resize mode.

C#
ResizeMode ResizeMode { get; set; }
Property Value:

The resize mode.

WindowStartupLocation

WindowStartupLocation

Gets or sets the window startup location.

C#
WindowStartupLocation WindowStartupLocation { get; set; }
Property Value:

The window startup location.

Methods

Executes the specified action when the dialog is closed.

C#
void ExecuteOnNextClosed(Action onClosed)
Parameters:onClosedAction

The action.

Events

Occurs when the dialog is closed.

C#
event EventHandler Closed