Class TabStripPinButtonItem
Inheritance
System.Object
TabStripPinButtonItem
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 TabStripPinButtonItem : TabStripButtonItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
TabStripPinButtonItem()
Declaration
public TabStripPinButtonItem()
Fields
IsPinnedProperty
IsPreviewProperty
Properties
IsPinned
Determines whether the RadPageViewItem is currently pinned (associated with the SelectedPage of the owning RadPageView).
Declaration
public virtual bool IsPinned { get; set; }
Property Value
System.Boolean
|
IsPreview
Determines whether the RadPageViewItem is currently set as preview.
Declaration
public virtual bool IsPreview { get; set; }
Property Value
System.Boolean
|