Class SheetSelectorTabItemBase
Inheritance
System.Object
SheetSelectorTabItemBase
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 abstract class SheetSelectorTabItemBase : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
SheetSelectorTabItemBase()
Declaration
protected SheetSelectorTabItemBase()
Fields
StateProperty
Properties
State
Gets or sets the state of this tabItem.
Declaration
public SheetSelectorTabItemState State { get; set; }
Property Value
SheetSelectorTabItemState
The state of this tabItem. |
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
OnStateChanged()
Called when the state is changed.
Declaration
protected virtual void OnStateChanged()
Events
StateChanged
Occurs when the state of the tab item is changed.
Declaration
public event EventHandler StateChanged
Event Type
System.EventHandler
|