Class RadialMenuItems
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RadialMenuItems : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
RadialMenuItems()
Declaration
public RadialMenuItems()
Fields
slider
Declaration
public SliderSettings slider
Field Value
Type | Description |
---|---|
SliderSettings |
Properties
Badge
Collection of top-level items.
Declaration
public Badge Badge { get; }
Property Value
Type | Description |
---|---|
Badge |
Badges
Collection of top-level items.
Declaration
[Obsolete("RadialMenuBadgeItems has been deprecated. Use Badge property ")]
public List<RadialMenuBadgeItems> Badges { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RadialMenuBadgeItems> |
Click
gets or sets Click.
Declaration
public string Click { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
gets or sets Enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HtmlAttributes
gets or sets HtmlAttributes.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageURL
gets or sets ImageURL.
Declaration
public string ImageURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Collection of sub-level items.
Declaration
public List<RadialMenuItems> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RadialMenuItems> |
PrependTo
gets or sets PrependTo.
Declaration
public string PrependTo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SliderSettings
Collection of slider items.
Declaration
public SliderSettings SliderSettings { get; }
Property Value
Type | Description |
---|---|
SliderSettings |
Text
gets or sets Text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public MenuItemType Type { get; set; }
Property Value
Type | Description |
---|---|
MenuItemType |
Methods
ShouldSerializeRadialMenuBadgeItems()
Declaration
public bool ShouldSerializeRadialMenuBadgeItems()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeRadialMenuItems()
Declaration
public bool ShouldSerializeRadialMenuItems()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService