Namespace Syncfusion.SfRadialMenu.XForms
Classes
CenterButtonBackTappedEventArgs
It represents the arguments for |
ClosedEventArgs
It represents the arguments for ClosedEventArgs. |
ClosingEventArgs
It represents the arguments for ClosingEventArgs. |
DragBeginEventArgs
It represents the arguments for DragBeginEventArgs. |
DragEndEventArgs
It represents the arguments for DragEndEventArgs. |
ItemTappedEventArgs
ItemTappedEventArgs occurs when a RadialMenuItem is tapped. Item can be retrieve and customized. |
LayoutType
Contains values of LayoutType that determines arrangement of items on rim either automatic or user defined. |
NavigatedEventArgs
It represents the arguments for NavigatedEventArgs. |
NavigatingEventArgs
It represents the arguments for NavigatingEventArgs. |
OpenedEventArgs
It represents the arguments for OpenedEventArgs. |
OpeningEventArgs
It epresents the arguments for OpeningEventArgs. |
SfRadialMenu
Represents a control displays a hierarchical menu in a circular layout. Typically used as a context menu, it can expose more menu items in the same space than traditional menus. |
SfRadialMenu.CenterButtonBackTappedEventHandler
Occurs when the Center button is tapped. Center button can be retrieve and customized. |
SfRadialMenu.ClosedEventHandler
Occurs when the first level menu is collapsed to closed in SfRadialMenu. |
SfRadialMenu.ClosingEventHandler
Occurs when the first level menu starts to collapse to close. |
SfRadialMenu.DragBeginEventHandler
Occurs when the control get Dragged. |
SfRadialMenu.DragEndEventHandler
Occurs when the control get DragEnded. |
SfRadialMenu.NavigatedEventHandler
Occurs when a Radial Menu item tapped and navigated to its next hierarchy level or Center back button is tapped to navigated to its previous hierarchy level. Its occurs only an item that has children. |
SfRadialMenu.NavigatingEventHandler
Occurs when a Radial Menu item tapped to starts navigating to its next hierarchy level or Center back button is tapped to starts navigating to previous hierarchy level. Its occurs only an item that has children. |
SfRadialMenu.OpenedEventHandler
Occurs when the first level menu is expanded to opened in SfRadialMenu. |
SfRadialMenu.OpeningEventHandler
Occurs when the first level menu starts to expand to open in SfRadialMenu. |
SfRadialMenuCenterButtonPlacement
Contains values for the SfRadialMenuCenterButtonPlacement enumeration that determines the position of Radial menu's center button placement. |
SfRadialMenuItem
Represents an item that can be added as children in SfRadialMenu.Any object can be added as SfRadialMenuItem and that can be populated as menus. |
SfRadialMenuItem.ItemTappedEventHandler
Occurs when a RadialMenuItem is tapped. Item can be retrieved and customized in SfRadialMenu. |
SfRadialMenuStyles
The SfRadialMenuStyles class holds theme style for SfRadialMenu. |
Interfaces
IClose
Represents the interface for Close method. |
IDispose
Represents the interface for dispose method. |
IShow
Represents the interface for Show method. |