Class RadPageViewButtonElement
Represents a simple button within a RadPageViewElement.
Inheritance
System.Object
RadPageViewButtonElement
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 RadPageViewButtonElement : RadPageViewElementBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewButtonElement()
Declaration
public RadPageViewButtonElement()
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
|
Methods
DoDoubleClick(EventArgs)
Declaration
protected override void DoDoubleClick(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()