Class SheetSelectorCommandDescriptors
Represents sheet selector command descriptors.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands.Descriptors
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SheetSelectorCommandDescriptors : CommandDescriptors, IDisposable, INotifyPropertyChanged
Properties
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
public override RadSpreadsheet RadSpreadsheet { get; }
Property Value
RadSpreadsheet
The RadSpreadsheet. |
Overrides
ToggleSheetProtection
Gets the command descriptor for toggling sheet protection.
Declaration
public override CommandDescriptor ToggleSheetProtection { get; }
Property Value
CommandDescriptor
The command descriptor. |
Overrides
ToggleWorkbookProtection
Gets the command descriptor for toggling workbook protection.
Declaration
public override CommandDescriptor ToggleWorkbookProtection { get; }
Property Value
CommandDescriptor
The command descriptor. |