Class RadPageViewItemButtonsPanel
Inheritance
System.Object
RadPageViewItemButtonsPanel
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 RadPageViewItemButtonsPanel : RadPageViewButtonsPanel, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewItemButtonsPanel(RadPageViewItem)
Declaration
public RadPageViewItemButtonsPanel(RadPageViewItem owner)
Parameters
RadPageViewItem
owner
|
Properties
CloseButton
Gets the RadPageViewButtonElement instance which represents the CloseButton for the owning item.
Declaration
public RadPageViewButtonElement CloseButton { get; }
Property Value
RadPageViewButtonElement
|
Owner
PinButton
Gets the RadPageViewButtonElement instance which represents the PinButton for the owning item.
Declaration
public RadPageViewButtonElement PinButton { get; }
Property Value
RadPageViewButtonElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
OnCloseButtonClick(Object, EventArgs)
Declaration
protected virtual void OnCloseButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnLoaded()
OnPinButtonClick(Object, EventArgs)
Declaration
protected virtual void OnPinButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
OnUnloaded(ComponentThemableElementTree)
Declaration
protected override void OnUnloaded(ComponentThemableElementTree oldTree)
Parameters
ComponentThemableElementTree
oldTree
|