Name | Description | |
---|---|---|
C1MenuList Constructor | Initializes a new instance of the C1MenuList class. |
The following tables list the members exposed by C1MenuList.
Name | Description | |
---|---|---|
C1MenuList Constructor | Initializes a new instance of the C1MenuList class. |
Name | Description | |
---|---|---|
_background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
ChildContentProperty | Identifies the ChildContent dependency property. | |
ChildItemsPathsProperty | Identifies the ChildItemsPaths dependency property. | |
DisplayMemberPathsProperty | Identifies the DisplayMemberPaths dependency property. | |
IsSubMenuOpenedStyleProperty | Identifies the IsSubMenuOpenedStyle dependency property. | |
ItemStyleProperty | Identifies the ItemStyle dependency property. | |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. | |
OpenedBackgroundProperty | Identifies the OpenedBackground dependency property. | |
OpenIconStyleProperty | Identifies the OpenIconStyle dependency property. | |
OpenIconTemplateProperty | Identifies the OpenIconTemplate dependency property. | |
OpenOnClickProperty | Identifies the OpenOnClick dependency property. | |
OrientationProperty | Identifies the Orientation dependency property. | |
SelectedItemStyleProperty | Identifies the SelectedItemStyle dependency property. | |
SeparatorStyleProperty | Identifies the SeparatorStyle dependency property. | |
SubMenuMaxHeightProperty | Identifies the SubMenuMaxHeight dependency property. | |
SubMenuStyleProperty | Identifies the SubMenuStyle dependency property. |
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 | ||
ChildItemsPaths | ||
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
Converter | ||
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
DisplayMemberPaths | ||
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. | |
ItemsSource | Gets or sets menu data source. | |
ItemStyle | Style of the items | |
ItemTemplate | ||
Level | Gets the nesting level. | |
MenuItems | Menu items collection. | |
OnItemSelected | This Callback will gets and sets by Blazor framework automatically for binding feature. | |
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. | |
OpenOnClick | Gets or set wether opening sub-menu by clicking item. | |
Orientation | Gets or sets the direction in which to render the Menu control. | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
ParentMenuItem | Gets the parent menu item. | |
SelectedItemStyle | Gets or sets the style of the selected items. | |
SeparatorStyle | Gets or sets the style of the separator 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. | |
SubMenuStyle | Gets or set the style of the sub-menus. | |
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. | |
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 | ||
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
Name | Description | |
---|---|---|
AutoClosed | Occurs when the Menu is AutoClosed. | |
AutoClosing | Occurs when the Menu is AutoClosing. | |
ItemChecked | Occurs when a C1MenuItem is checked. | |
ItemClick | Occurs when a C1MenuItem is clicked. | |
ItemClosed | Occurs when a C1MenuItem is closed. | |
ItemClosing | Occurs when a C1MenuItem is closing. | |
ItemOpened | Occurs when a C1MenuItem is opened. | |
ItemOpening | Occurs when a C1MenuItem is opening. | |
ItemUnchecked | Occurs when a C1MenuItem is unchecked. |