Name | Description | |
---|---|---|
C1Menu Constructor |
The following tables list the members exposed by C1Menu.
Name | Description | |
---|---|---|
C1Menu Constructor |
Name | Description | |
---|---|---|
_background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
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 | (Inherited from C1.Blazor.Menu.C1MenuList) | |
ChildItemsPaths | (Inherited from C1.Blazor.Menu.C1MenuList) | |
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
Converter | (Inherited from C1.Blazor.Menu.C1MenuList) | |
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
DisplayMemberPaths | (Inherited from C1.Blazor.Menu.C1MenuList) | |
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) | |
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) | |
IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) | |
IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) | |
IsSubMenuOpenedStyle | Gets or sets the style of the item which sub-menu is opened. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemsSource | Gets or sets menu data source. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemStyle | Style of the items (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemTemplate | (Inherited from C1.Blazor.Menu.C1MenuList) | |
Level | Gets the nesting level. (Inherited from C1.Blazor.Menu.C1MenuList) | |
MenuItems | Menu items collection. (Inherited from C1.Blazor.Menu.C1MenuList) | |
OnItemSelected | This Callback will gets and sets by Blazor framework automatically for binding feature. (Inherited from C1.Blazor.Menu.C1MenuList) | |
OpenedBackground | Gets or sets the C1.Blazor.Core.C1Color used in a menu item when this item is opened. (Inherited from C1.Blazor.Menu.C1MenuList) | |
OpenIconStyle | Gets or sets the style of the open icon. (Inherited from C1.Blazor.Menu.C1MenuList) | |
OpenIconTemplate | Gets or sets the template of the icon used to show this item has a sub-menu. (Inherited from C1.Blazor.Menu.C1MenuList) | |
OpenOnClick | Gets or set wether opening sub-menu by clicking item. (Inherited from C1.Blazor.Menu.C1MenuList) | |
Orientation | Gets or sets the direction in which to render the Menu control. (Inherited from C1.Blazor.Menu.C1MenuList) | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
ParentMenuItem | Gets the parent menu item. (Inherited from C1.Blazor.Menu.C1MenuList) | |
SelectedItemStyle | Gets or sets the style of the selected items. (Inherited from C1.Blazor.Menu.C1MenuList) | |
SeparatorStyle | Gets or sets the style of the separator items. (Inherited from C1.Blazor.Menu.C1MenuList) | |
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. (Inherited from C1.Blazor.Menu.C1MenuList) | |
SubMenuStyle | Gets or set the style of the sub-menus. (Inherited from C1.Blazor.Menu.C1MenuList) | |
TabIndex | Gets or sets the CSS class applied to the component. (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) |
Name | Description | |
---|---|---|
Close | Forces closing all opened sub-menus. (Inherited from C1.Blazor.Menu.C1MenuList) | |
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
Refresh | (Inherited from C1.Blazor.Menu.C1MenuList) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
Name | Description | |
---|---|---|
AutoClosed | Occurs when the Menu is AutoClosed. (Inherited from C1.Blazor.Menu.C1MenuList) | |
AutoClosing | Occurs when the Menu is AutoClosing. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemChecked | Occurs when a C1MenuItem is checked. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemClick | Occurs when a C1MenuItem is clicked. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemClosed | Occurs when a C1MenuItem is closed. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemClosing | Occurs when a C1MenuItem is closing. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemOpened | Occurs when a C1MenuItem is opened. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemOpening | Occurs when a C1MenuItem is opening. (Inherited from C1.Blazor.Menu.C1MenuList) | |
ItemUnchecked | Occurs when a C1MenuItem is unchecked. (Inherited from C1.Blazor.Menu.C1MenuList) |