Class RadPageViewMenuDisplayingEventArgs
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewMenuDisplayingEventArgs : CancelEventArgs
Constructors
RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase>, Rectangle)
Declaration
public RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase> items, Rectangle alignRect)
Parameters
System.Collections.Generic.List<RadMenuItemBase>
items
|
System.Drawing.Rectangle
alignRect
|
RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase>, Rectangle, HorizontalPopupAlignment, VerticalPopupAlignment)
Declaration
public RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase> items, Rectangle alignRect, HorizontalPopupAlignment hAlign, VerticalPopupAlignment vAlign)
Parameters
System.Collections.Generic.List<RadMenuItemBase>
items
|
System.Drawing.Rectangle
alignRect
|
HorizontalPopupAlignment
hAlign
|
VerticalPopupAlignment
vAlign
|
Properties
AlignRect
Gets or sets the rectangle (in screen coordinates) which will be used to align the menu.
Declaration
public Rectangle AlignRect { get; set; }
Property Value
System.Drawing.Rectangle
|
HAlign
Gets or sets the horizontal alignment of the menu that will display the items.
Declaration
public HorizontalPopupAlignment HAlign { get; set; }
Property Value
HorizontalPopupAlignment
|
Items
Gets a list with all the items that will be displayed.
Declaration
public List<RadMenuItemBase> Items { get; }
Property Value
System.Collections.Generic.List<RadMenuItemBase>
|
VAlign
Gets or sets the vertical alignment of the menu that will display the items.
Declaration
public VerticalPopupAlignment VAlign { get; set; }
Property Value
VerticalPopupAlignment
|