Class RadSpreadsheetSheetSelector
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetSheetSelector : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadSpreadsheetSheetSelector()
Declaration
public RadSpreadsheetSheetSelector()
Fields
draggingGrip
Declaration
protected bool draggingGrip
Field Value
System.Boolean
|
mouseDownPosition
Declaration
protected Point mouseDownPosition
Field Value
System.Drawing.Point
|
startGripRatio
Declaration
protected float startGripRatio
Field Value
System.Single
|
Properties
ActiveWorksheetEditor
Declaration
public RadWorksheetEditor ActiveWorksheetEditor { get; }
Property Value
RadWorksheetEditor
|
EnableScrollingAnimation
Declaration
public bool EnableScrollingAnimation { get; set; }
Property Value
System.Boolean
|
IsAddButtonVisible
Declaration
public bool IsAddButtonVisible { get; set; }
Property Value
System.Boolean
|
IsInEditMode
Declaration
public bool IsInEditMode { get; }
Property Value
System.Boolean
|
RenameSheetCommand
Gets the rename sheet command.
Declaration
public ICommand RenameSheetCommand { get; }
Property Value
System.Windows.Input.ICommand
The rename sheet command. |
ScrollAnimation
Declaration
public AnimatedPropertySetting ScrollAnimation { get; }
Property Value
AnimatedPropertySetting
|
ScrollBar
ScrollOffset
Gets the scroll offset applied to the sheet tabs.
Declaration
public int ScrollOffset { get; }
Property Value
System.Int32
|
SpreadsheetElement
Declaration
public RadSpreadsheetElement SpreadsheetElement { get; }
Property Value
RadSpreadsheetElement
|
Methods
AddInsertSheetTabItem()
Declaration
protected virtual void AddInsertSheetTabItem()
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
AttachToActiveWorksheetEditorEventsEvents()
Declaration
protected virtual void AttachToActiveWorksheetEditorEventsEvents()
AttachToSheetsCollectionEvents(SheetCollection)
Declaration
protected virtual void AttachToSheetsCollectionEvents(SheetCollection sheets)
Parameters
SheetCollection
sheets
|
AttachToSheetSelectorElementEvents()
Declaration
protected virtual void AttachToSheetSelectorElementEvents()
BeginEdit()
Declaration
public virtual void BeginEdit()
CancelEdit()
Declaration
public virtual void CancelEdit()
CreateAddNewSheetSelectorTabItem()
Declaration
protected virtual AddNewSheetSelectorTabItem CreateAddNewSheetSelectorTabItem()
Returns
AddNewSheetSelectorTabItem
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDefaultSheetSelectorContextMenu()
Declaration
public virtual RadContextMenu CreateDefaultSheetSelectorContextMenu()
Returns
RadContextMenu
|
CreateGoToFirstButton()
CreateGoToLastButton()
CreateGoToNextButton()
CreateGoToPreviosButton()
CreateNewSheetSelectorTabItem(Sheet)
Declaration
protected virtual SheetSelectorTabItem CreateNewSheetSelectorTabItem(Sheet sheet)
Parameters
Sheet
sheet
|
Returns
SheetSelectorTabItem
|
CreateSheetTabItemsContainer()
Declaration
protected virtual SheetTabItemsContainerElement CreateSheetTabItemsContainer()
Returns
SheetTabItemsContainerElement
|
DetachFromActiveWorksheetEditorEventsEvents()
Declaration
protected virtual void DetachFromActiveWorksheetEditorEventsEvents()
DetachFromSheetsCollectionEvents(SheetCollection)
Declaration
protected virtual void DetachFromSheetsCollectionEvents(SheetCollection sheets)
Parameters
SheetCollection
sheets
|
DetachFromSheetSelectorElementEvents()
Declaration
protected virtual void DetachFromSheetSelectorElementEvents()
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
EndEdit()
Declaration
public virtual void EndEdit()
EndEditCore(Boolean)
Declaration
protected virtual void EndEditCore(bool commit)
Parameters
System.Boolean
commit
|
EnsureDefaultContextMenu()
Declaration
protected virtual void EnsureDefaultContextMenu()
GetEditor()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
OnUnloaded(ComponentThemableElementTree)
Declaration
protected override void OnUnloaded(ComponentThemableElementTree oldTree)
Parameters
ComponentThemableElementTree
oldTree
|
Overrides
RenameSheet(SheetSelectorTabItem, String)
Declaration
protected virtual bool RenameSheet(SheetSelectorTabItem tabItem, string name)
Parameters
SheetSelectorTabItem
tabItem
|
System.String
name
|
Returns
System.Boolean
|
SetDarkIcons()
Declaration
protected virtual void SetDarkIcons()
SetStandardIcons()
Declaration
protected virtual void SetStandardIcons()
ShowSheetSelectorContextMenu(SheetSelectorTabItem, MouseEventArgs)
Declaration
protected virtual void ShowSheetSelectorContextMenu(SheetSelectorTabItem currentItem, MouseEventArgs e)
Parameters
SheetSelectorTabItem
currentItem
|
System.Windows.Forms.MouseEventArgs
e
|
UpdateIconSet()
Declaration
public virtual void UpdateIconSet()