Class
UnhideSheetDialogContent

Represents the content of the UnhideSheetDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class UnhideSheetDialogContent : UnhideSheetDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<UnhideSheetDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<UnhideSheetDialogContext>UnhideSheetDialogContentBaseUnhideSheetDialogContent

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<UnhideSheetDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.ShowDialog(UnhideSheetDialogContext)RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.Show(UnhideSheetDialogContext)RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.Close()RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.HostWindowRadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.ContextRadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

UnhideSheetDialogContent()

Initializes a new instance of the UnhideSheetDialogContent class.

Declaration

cs-api-definition
public UnhideSheetDialogContent()

Fields

SelectedHiddenSheetItemProperty

Selected hidden sheet item dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedHiddenSheetItemProperty

Field Value

DependencyProperty

Properties

HiddenSheetItems

Gets a value of the hidden sheet items.

Declaration

cs-api-definition
public ObservableCollection<Sheet> HiddenSheetItems { get; }

Property Value

ObservableCollection<Sheet>

The value of the hidden sheet items.

SelectedHiddenSheetItem

Gets or sets the selected hidden sheet item.

Declaration

cs-api-definition
public Sheet SelectedHiddenSheetItem { get; set; }

Property Value

Sheet

The value of selected hidden sheet item.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ShowDialogOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowDialogOverride()

Overrides RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.ShowDialogOverride()

ShowOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowOverride()

Overrides RadSpreadsheetDialogContentBase<UnhideSheetDialogContext>.ShowOverride()