Class UnhideSheetDialogContent
Represents the content of the UnhideSheetDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class UnhideSheetDialogContent : UnhideSheetDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<UnhideSheetDialogContext>, IRadSpreadsheetDialogContent
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
System.Windows.DependencyProperty
|
Properties
HiddenSheetItems
Gets a value of the hidden sheet items.
Declaration
public ObservableCollection<Sheet> HiddenSheetItems { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<Telerik.Windows.Documents.Spreadsheet.Model.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
Telerik.Windows.Documents.Spreadsheet.Model.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 System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()