Class RadSheetEditorBase<T>
Provides the base class from which the classes that represent RadSheetEditors are derived.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class RadSheetEditorBase<T> : RadSheetEditorBase, IRadSheetEditor, ICommandDescriptorsProvider, ISheetEditor, IUILayerOwner where T : Sheet
Type Parameters
T
The type of the T. |
Constructors
RadSheetEditorBase()
Declaration
protected RadSheetEditorBase()
Properties
Sheet
Gets or sets the sheet.
Declaration
public T Sheet { get; set; }
Property Value
T
The sheet. |
Methods
IsSheetValid(Sheet)
Determines whether the sheet is valid.
Declaration
protected override bool IsSheetValid(Sheet sheet)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.Sheet
sheet
The sheet. |
Returns
System.Boolean
|