Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1Menu Class
Fields Properties Methods Events

In This Topic
    C1Menu Class Members
    In This Topic

    The following tables list the members exposed by C1Menu.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public Property (Inherited from C1.Blazor.Menu.C1MenuList)
    Public Property (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public Property (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public Property (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the style of the item which sub-menu is opened. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets menu data source. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyStyle of the items (Inherited from C1.Blazor.Menu.C1MenuList)
    Public Property (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets the nesting level. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyMenu items collection. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyThis Callback will gets and sets by Blazor framework automatically for binding feature. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used in a menu item when this item is opened. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the style of the open icon. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the template of the icon used to show this item has a sub-menu. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or set wether opening sub-menu by clicking item. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the direction in which to render the Menu control. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the parent menu item. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the style of the selected items. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the style of the separator items. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets a value that indicates the MaxHeight of the SubMenu. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or set the style of the sub-menus. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Top
    Public Methods
     NameDescription
    Public MethodForces closing all opened sub-menus. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public Method (Inherited from C1.Blazor.Menu.C1MenuList)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the Menu is AutoClosed. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when the Menu is AutoClosing. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is checked. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is clicked. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is closed. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is closing. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is opened. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is opening. (Inherited from C1.Blazor.Menu.C1MenuList)
    Public EventOccurs when a C1MenuItem is unchecked. (Inherited from C1.Blazor.Menu.C1MenuList)
    Top
    See Also