Class
RadPageViewPeekPopupEventArgs

Event arguments used in the PeekPopupOpening event.

Definition

Namespace:Telerik.WinControls.UI.OfficeNavigationBar

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewPeekPopupEventArgs : RadPageViewCancelEventArgs

Inheritance: objectEventArgsRadPageViewEventArgsRadPageViewCancelEventArgsRadPageViewPeekPopupEventArgs

Inherited Members RadPageViewCancelEventArgs.CancelRadPageViewEventArgs.PageEventArgs.Empty

Constructors

RadPageViewPeekPopupEventArgs(RadPageViewPage, RadCallout)

Initializes a new instance of the RadPageViewPeekPopupEventArgs class.

Declaration

cs-api-definition
public RadPageViewPeekPopupEventArgs(RadPageViewPage page, RadCallout peekPopup)

Parameters

page

RadPageViewPage

The page item over which the peek pop-up is opened.

peekPopup

RadCallout

The peek pop-up.

Properties

Item

Gets the RadPageViewItem over who the peek pop-up will be shown.

Declaration

cs-api-definition
public RadPageViewItem Item { get; }

Property Value

RadPageViewItem

PeekPopup

Gets the peek pop-up.

Declaration

cs-api-definition
public RadCallout PeekPopup { get; }

Property Value

RadCallout

PeekPopupContent

Gets or sets the content of the PeekPopup.

Declaration

cs-api-definition
public Control PeekPopupContent { get; set; }

Property Value

Control