Class
RadPageViewMenuDisplayingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewMenuDisplayingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPageViewMenuDisplayingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase>, Rectangle)

Declaration

cs-api-definition
public RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase> items, Rectangle alignRect)

Parameters

items

List<RadMenuItemBase>

alignRect

Rectangle

RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase>, Rectangle, HorizontalPopupAlignment, VerticalPopupAlignment)

Declaration

cs-api-definition
public RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase> items, Rectangle alignRect, HorizontalPopupAlignment hAlign, VerticalPopupAlignment vAlign)

Parameters

items

List<RadMenuItemBase>

alignRect

Rectangle

hAlign

HorizontalPopupAlignment

vAlign

VerticalPopupAlignment

Properties

AlignRect

Gets or sets the rectangle (in screen coordinates) which will be used to align the menu.

Declaration

cs-api-definition
public Rectangle AlignRect { get; set; }

Property Value

Rectangle

HAlign

Gets or sets the horizontal alignment of the menu that will display the items.

Declaration

cs-api-definition
public HorizontalPopupAlignment HAlign { get; set; }

Property Value

HorizontalPopupAlignment

Items

Gets a list with all the items that will be displayed.

Declaration

cs-api-definition
public List<RadMenuItemBase> Items { get; }

Property Value

List<RadMenuItemBase>

VAlign

Gets or sets the vertical alignment of the menu that will display the items.

Declaration

cs-api-definition
public VerticalPopupAlignment VAlign { get; set; }

Property Value

VerticalPopupAlignment