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

In This Topic
    C1MenuList Class Members
    In This Topic

    The following tables list the members exposed by C1MenuList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1MenuList class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the ChildContent dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ChildItemsPaths dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DisplayMemberPaths dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsSubMenuOpenedStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ItemStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ItemTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the OpenedBackground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the OpenIconStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the OpenIconTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the OpenOnClick dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Orientation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SelectedItemStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SeparatorStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SubMenuMaxHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SubMenuStyle dependency property.  
    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  
    Public Property  
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public Property  
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public Property  
    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.  
    Public PropertyGets or sets menu data source.  
    Public PropertyStyle of the items  
    Public Property  
    Public PropertyGets the nesting level.  
    Public PropertyMenu items collection.  
    Public PropertyThis Callback will gets and sets by Blazor framework automatically for binding feature.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used in a menu item when this item is opened.  
    Public PropertyGets or sets the style of the open icon.  
    Public PropertyGets or sets the template of the icon used to show this item has a sub-menu.  
    Public PropertyGets or set wether opening sub-menu by clicking item.  
    Public PropertyGets or sets the direction in which to render the Menu control.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the parent menu item.  
    Public PropertyGets or sets the style of the selected items.  
    Public PropertyGets or sets the style of the separator items.  
    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.  
    Public PropertyGets or set the style of the sub-menus.  
    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.  
    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  
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the Menu is AutoClosed.  
    Public EventOccurs when the Menu is AutoClosing.  
    Public EventOccurs when a C1MenuItem is checked.  
    Public EventOccurs when a C1MenuItem is clicked.  
    Public EventOccurs when a C1MenuItem is closed.  
    Public EventOccurs when a C1MenuItem is closing.  
    Public EventOccurs when a C1MenuItem is opened.  
    Public EventOccurs when a C1MenuItem is opening.  
    Public EventOccurs when a C1MenuItem is unchecked.  
    Top
    See Also