ClassRadPageViewMenuDisplayingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPageViewMenuDisplayingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPageViewMenuDisplayingEventArgs
Inherited Members
Constructors
RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase>, Rectangle)
Declaration
cs-api-definition
public RadPageViewMenuDisplayingEventArgs(List<RadMenuItemBase> items, Rectangle alignRect)
Parameters
items
List<RadMenuItemBase>
alignRect
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
hAlign
vAlign
Properties
AlignRect
Gets or sets the rectangle (in screen coordinates) which will be used to align the menu.
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
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