Name | Description | |
---|---|---|
C1MenuItem Constructor | Initializes a new instance of the C1MenuItem class. |
The following tables list the members exposed by C1MenuItem.
Name | Description | |
---|---|---|
C1MenuItem Constructor | Initializes a new instance of the C1MenuItem class. |
Name | Description | |
---|---|---|
_background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
CommandParameterProperty | Identifies the CommandParameter dependency property. | |
GroupNameProperty | Identifies the GroupName dependency property. | |
HighlightedStyleProperty | Identifies the HighlightedStyle dependency property. | |
HotKeyProperty | Identifies the HotKey dependency property. | |
IconProperty | Identifies the Icon dependency property. | |
IconTemplateProperty | Identifies the IconTemplate dependency property. | |
IsCheckableProperty | Identifies the IsCheckable dependency property. | |
IsCheckedProperty | Identifies the IsChecked dependency property. | |
IsHighlightedProperty | Identifies the IsHighlighted dependency property. | |
IsIndentedProperty | Identifies the IsIndented dependency property. | |
IsSubmenuOpenProperty | Identifies the IsSubmenuOpen dependency property. | |
MenuStyleProperty | Identifies the MenuStyle dependency property. | |
OpenedBackgroundProperty | Identifies the OpenedBackground dependency property. | |
OpenIconStyleProperty | Identifies the OpenIconStyle dependency property. | |
OpenIconTemplateProperty | Identifies the OpenIconTemplate dependency property. | |
SeparatorStyleProperty | Identifies the SeparatorStyle dependency property. | |
ShowOpenIconProperty | Identifies the ShowOpenIcon dependency property. | |
SubMenuMaxHeightProperty | Identifies the SubMenuMaxHeight 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 | ||
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 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 | |
---|---|---|
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) | |
GetParentContainer | ||
SetParametersAsync | Overridden. |
Name | Description | |
---|---|---|
Checked | Occurs when a C1MenuItem is checked. | |
Click | Occurs when the C1MenuItem is clicked. | |
PropertyChanged | Occurs when a property changed. | |
SubmenuClosed | Occurs when the state of the IsSubmenuOpen property changes to false. | |
SubmenuClosing | Occurs when a submenu is closing. | |
SubmenuOpened | Occurs when the state of the IsSubmenuOpen property changes to true. | |
SubmenuOpening | Occurs when a submenu is opening. | |
Unchecked | Occurs when a C1MenuItem is unchecked. |