ClassRadSheetEditorBase<T>
Class
Provides the base class from which the classes that represent RadSheetEditors are derived.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
cs-api-definition
public abstract class RadSheetEditorBase<T> : RadSheetEditorBase, IRadSheetEditor, ICommandDescriptorsProvider, ISheetEditor, IUILayerOwner where T : Sheet
Inheritance: objectControlBaseRadSheetEditorBaseRadSheetEditorBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
RadSheetEditorBase()
Declaration
cs-api-definition
protected RadSheetEditorBase()
Properties
Sheet
Gets or sets the sheet.
Declaration
cs-api-definition
public T Sheet { get; set; }
Property Value
T
The sheet.
Methods
IsSheetValid(Sheet)
Determines whether the sheet is valid.
Declaration
cs-api-definition
protected override bool IsSheetValid(Sheet sheet)
Parameters
sheet
Sheet
The sheet.
Returns
True if is valid.
Overrides