Class TabStripButtonItem
Inheritance
System.Object
TabStripButtonItem
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.UI.dll
Syntax
public class TabStripButtonItem : RadImageButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
TabStripButtonItem()
Declaration
public TabStripButtonItem()
Fields
IsSelectedProperty
Properties
IsSelected
Determines whether the RadPageViewItem is currently selected (associated with the SelectedPage of the owning RadPageView).
Declaration
public virtual bool IsSelected { get; set; }
Property Value
System.Boolean
|