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