Class RadPageViewPinButtonElement
Inheritance
System.Object
RadPageViewPinButtonElement
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 RadPageViewPinButtonElement : RadPageViewButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewPinButtonElement()
Declaration
public RadPageViewPinButtonElement()
Fields
IsPinnedProperty
IsPreviewProperty
Properties
IsPinned
Determines whether the RadPageViewItem is currently selected (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
|