| Name | Description |
 | AllowClose | Gets or sets whether this command bar can be closed. |
 | AllowDock | Gets or sets whether this command bar can be docked or redocked, if it is floating. A command bar can always be redocked, if it is closed. |
 | AllowFloat | Gets or sets whether this command bar can float, if it is docked. A command bar can always be refloated, if it is closed. |
 | ClosePopupsOnMouseOut | Gets or sets whether the popup windows of the command bar items should be automatically closed when the mouse is no longer inside them. By default set to false, meaning that the popup window will stay open, until another popup is shown, or the popup loses activation (e.g. user clicks away). |
 | FillLane | Gets or sets whether the command bar fills the lane, when it is the only command bar inside it. When set to true the command bar cannot be dragged to a lane that contains other command bars and also other command bars cannot be dragged to the lane in which it resides. By default set to false. |
 | FloatingAnchor | Gets or sets the floating anchor, which is a point in local coordinates of the floating window header and is used to align the dragged floating window to the current mouse position. Automatically updated by Nevron when the user starts dragging the floater and reset when the user starts dragging the command bar in the dock. |
 | FloatingWidth | Gets or sets the width of the floating window created for the command bar, when it is made to float. By default set to NaN, meaning that the window is automatically sized to fit the command bar content. The value of this property is updated when the user resizes the floating window by grabbing its sides. The height of the floating window is always automatically calculated. |
 | Gripper | Gets or sets the command bar gripper, which is arranged at the heading of the bar. Dragging the gripper inside the dock, repositions the command bar by changing its lane and lane position. |
 | HasHiddenItems | Gets whether the command bar has hidden items or not. Automatically updated by Nevron. |
 | HasOpenedPopup | Gets or sets whether at least one of the menu bar items has its menu opened. The value of this property is automatically updated by Nevron. |
 | Items | Gets or sets the command bar items collections. |
 | LanePosition | Gets or sets the preferred position of the bar inside the lane. It is specified relatively to the content area of the lane. |
 | OpenPopupsOnMouseIn | Gets or sets whether the popup windows of the command bar items are opened when the mouse enters them. By default set to false, meaning that you normally have to click a popup host to open its popup window. |
 | Orientation | Gets whether this is command bar is vertically arranged. By default set to false. Automatically updated by Nevron when this bar is added to a command bars lane. |
 | OwnerDock | Gets the dock in which this bar resides. |
 | OwnerFloater | Gets the floating window in which this bar resides. |
 | OwnerLane | Gets the lane in which this bar resides. |
 | OwnerManager | Gets the manager in which this bar resides. |
 | Pendant | Gets or sets the command bar pendant, which is arranged at the ending of the bar. |
 | RedockLanePosition | Gets or sets the offset part of the LanePosition, at which the command bar needs to be placed, when redocked. Automatically updated by Nevron, when the command bar starts to be dragged or was docked when closed. |
 | RedockLaneRef | Gets or sets a reference to the lane, at which the command bar needs to be placed, when redocked. Automatically updated by Nevron, when the command bar starts to be dragged or was docked when closed. |
 | RefloatLocation | Gets or sets the position of the floater window, at which to refloat the command bar. Automatically updated by Nevron, when the floater start to be dragged or was floating when closed. |
 | ReopenMode | Gets or sets the mode in which to reopen a closed command bar. Automatically updated by Nevron when the command bar is closed. |
 | SelectedItem | Gets the selected command bar item. |
 | StackFillMode | Gets or sets the fill mode to apply on this command bar items. Valid only if this command bar is not wrappable (Wrappable set to false). |
 | StackFitMode | Gets or sets the fit mode to apply on this command bar items. Valid only if this command bar is not wrappable (Wrappable set to false). |
 | Text | Gets or sets the name of the command bar. The name appears in the pendant menu and as title in the command bar floater. |
 | Wrappable | Gets or sets whether the command bar wraps its items or not when docked. When set to false the command bar will arrange the items in a single lane in command bar flow direction. When set to false the command bar will arrange the items in multiple lanes in command bar flow direction. When the bar is floating it is always wrappable. By default set to false. |