Class RadSheetEditorBase<T>
Provides the base class from which the classes that represent RadSheetEditors are derived.
Inheritance
System.Object
RadSheetEditorBase<T>
Inherited Members
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
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class RadSheetEditorBase<T> : RadSheetEditorBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, 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
Sheet
sheet
The sheet. |
Returns
System.Boolean
|