ClassUnhideSheetDialogContent
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
UnhideSheetDialogContent()
Initializes a new instance of the UnhideSheetDialogContent class.
Declaration
public UnhideSheetDialogContent()
Fields
SelectedHiddenSheetItemProperty
Selected hidden sheet item dependency property.
Declaration
public static readonly DependencyProperty SelectedHiddenSheetItemProperty
Field Value
DependencyProperty
Properties
HiddenSheetItems
Gets a value of the hidden sheet items.
Declaration
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
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
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()
Overrides