| Name | Description |
 | Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
 | BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) |
 | BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) |
 | ChildContent | |
 | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
 | ClickToCloseMenu | Get or set the behavior that menu is closed when item is selected. |
 | CommandParameter | Gets or sets the parameter to pass to the Command property. |
 | CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) |
 | DataItem | |
 | FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) |
 | FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) |
 | GroupName | Gets or sets the name that specifies which MenuItems are mutually exclusive (when checkable). |
 | HasContent | Gets whether the menu item has any content. |
 | Header | gets or set the node header. |
 | HeaderTemplate | Get or Set custom content like Input, Group Checkbox... |
 | HighlightedStyle | Gets a value that indicates Style of Highlighted Item. |
 | HotKey | Gets or sets the text of the hotkey that will call the command tied to the specified item. |
 | HotKeyVisibility | Gets the visibility of the InputGestureText. |
 | Icon | Gets or sets the icon that appears in a C1MenuItem. |
 | IconTemplate | Gets or sets the template of the icon. |
 | Index | Gets the index of this C1MenuItem in its parent items collection. |
 | InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) |
 | IsCheckable | Gets or sets a value that indicates whether a C1MenuItem can be checked. |
 | IsChecked | Gets or sets a value that indicates whether the C1MenuItem is checked. |
 | IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) |
 | IsEnabled | gets or set whether the node is enable or not. |
 | IsHighlighted | Gets or sets a value that indicates whether a C1MenuItem is highlighted. |
 | IsIndented | Gets or sets whether the Indent band is displayed. |
 | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
 | IsMaster | |
 | IsSubmenuOpen | Gets or sets a value that indicates whether the submenu of the C1MenuItem is open. |
 | Level | Gets the nesting level. |
 | Menu | Gets the top level menu. |
 | MenuList | Gets the parent menu list. |
 | MenuStyle | Gets or sets the style aplied to the sub-menus. |
 | OnSubMenuClosedCallBack | Called when sub-menu is closed. |
 | OnSubMenuOpenedCallBack | Called when sub-menu is opened. |
 | OpenedBackground | Gets or sets the C1.Blazor.Core.C1Color used in a menu item when this item is opened. |
 | OpenIconStyle | Gets or sets the style of the open icon. |
 | OpenIconTemplate | Gets or sets the template of the icon used to show this item has a sub-menu. |
 | OpenIconVisibility | Gets the visibility of the open icon. |
 | Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) |
 | ParentCollection | |
 | ParentItem | Gets the parent menu item. |
 | SeparatorStyle | Gets or sets the style of the separator items. |
 | ShowOpenIcon | Gets or sets whether the open icon is displayed, provided the sub menu has items. |
 | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
 | SubMenuMaxHeight | Gets or sets a value that indicates the MaxHeight of the SubMenu. |
 | TabIndex | Gets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View) |
 | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |