Class SheetSelectorTabItem
Inheritance
System.Object
SheetSelectorTabItem
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.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SheetSelectorTabItem : SheetSelectorTabItemBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
SheetSelectorTabItem(Sheet)
Initializes a new instance of the SheetSelectorTabItem class.
Declaration
public SheetSelectorTabItem(Sheet sheet)
Parameters
Sheet
sheet
The sheet of this tab item. |
Fields
currentEditorValue
Declaration
public string currentEditorValue
Field Value
System.String
|
IsSelectedProperty
MaximumEditorWidth
Declaration
public static int MaximumEditorWidth
Field Value
System.Int32
|
MinimumEditorWidth
Declaration
public static int MinimumEditorWidth
Field Value
System.Int32
|
Properties
ActiveEditor
Declaration
public BaseInputEditor ActiveEditor { get; protected set; }
Property Value
BaseInputEditor
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Sheet
Gets the sheet of this tab item.
Declaration
public Sheet Sheet { get; }
Property Value
Sheet
The sheet. |
Text
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
AddEditor(BaseInputEditor)
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
RemoveEditor()
Declaration
public virtual void RemoveEditor()