Class ProtectDialogContextBase
Provides a base for the protection dialog context.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class ProtectDialogContextBase : RadSpreadsheetDialogContext
Constructors
ProtectDialogContextBase(RadSpreadsheetElement, Sheet)
Initializes a new instance of the ProtectDialogContextBase class.
Declaration
protected ProtectDialogContextBase(RadSpreadsheetElement radSpreadsheetElement, Sheet sheet)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheetElement. |
Sheet
sheet
The sheet. |
ProtectDialogContextBase(RadSpreadsheetElement, Workbook)
Initializes a new instance of the ProtectDialogContextBase class.
Declaration
protected ProtectDialogContextBase(RadSpreadsheetElement radSpreadsheetElement, Workbook workbook)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheetElement. |
Workbook
workbook
The workbook. |
Properties
DialogHeader
Gets the dialog header.
Declaration
public abstract string DialogHeader { get; }
Property Value
System.String
The dialog header. |