Represents the content of the UnhideSheetDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class UnhideSheetDialogContent : UnhideSheetDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<UnhideSheetDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<UnhideSheetDialogContext>UnhideSheetDialogContentBaseUnhideSheetDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the UnhideSheetDialogContent class.
public UnhideSheetDialogContent()
Fields
SelectedHiddenSheetItemProperty
DependencyProperty
Selected hidden sheet item dependency property.
public static readonly DependencyProperty SelectedHiddenSheetItemProperty
Properties
Gets a value of the hidden sheet items.
public ObservableCollection<Sheet> HiddenSheetItems { get; }
The value of the hidden sheet items.
Gets or sets the selected hidden sheet item.
public Sheet SelectedHiddenSheetItem { get; set; }
The value of selected hidden sheet item.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides:
Called before showing dialog.
protected override void ShowOverride()
Overrides: