New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago

CommandBar

PropertyDescription
DockGets or sets which RadCommandBar borders are docked to its parent control and determines how a control is resized with its parent.
CustomizeContextMenuGets the RadDropDownMenu opened upon right click on the control.
DragSizeGets or sets the size in pixels when current strip is being Drag and Drop in next or previous row.
OrientationGets or sets the orientation of the command bar - could be horizontal or vertical.This property is controlled by the Dock property of the RadCommandBar control.
RowsGets the rows of the commandbar.

CommandBarStripElement

PropertyDescription
FloatingFormGets the form in which the items are placed where the strip is floating.
ItemsLayoutGets the layout panel in which the items are arranged.
OverflowMenuMinSizeGets or sets Overflow menu single strip minimum size.
OverflowMenuMaxSizeGets or sets Overflow menu single strip maximum size.
DesiredLocationGets or sets the desired location of the strip element.
EnableDraggingGets or sets if the strip can be dragged.
EnableFloatingGets or sets if the strip can be dragged.
DeltaGets the delta of the drag.
IsDragGets whether the strip is beeing dragged.
VisibleInCommandBarGets or sets whether the strip is visible in the command bar.
OrientationGets or sets the elements orientation inside the line element.
HasOverflowedItemsGets whether the strip has items in its overflow panel.
GripGets or sets the RadCommandBarGrip element of the strip.
OverflowButtonGets or sets the RadCommandBarOverflowButton element of the strip.

Events

CommandBar

EventDescription
OrientationChangingOccurs before the orientation is changed.
OrientationChangedOccurs after the orientation is changed.
FloatingStripCreatingOccurs before a floating form is created.
FloatingStripDockingOccurs before a floating strip is docked.
FloatingStripCreatedOccurs when a floating strip is created.
FloatingStripDockedOccurs when a floating strip is docked.

CommandBarStripElement

EventDescription
BeginDragOccurs before dragging is started.
DragOccurs when item is being dragged.
EndDragOccurs when item is released and dragging is stopped.
ItemsChangedOccurs when Items collection is changed.
ItemClickedOccurs when item is clicked.
ItemOverflowedOccurs when item is moved to the overflow panel.
ItemOutOfOverflowOccurs when item is moved out from the overflow panel.
OverflowMenuOpeningOccurs before overflow menu is opened.
OverflowMenuOpenedOccurs when overflow menu is opened.
OverflowMenuClosingOccurs before overflow menu is opened.
OverflowMenuClosedOccurs when overflow menu is opened.
VisibleInCommandBarChangingOccurs before VisibleInCommandBar property is changed.
VisibleInCommandBarChangedOccurs when VisibleInCommandBar property is changed.
ItemVisibleInStripChangingOccurs before item is moved in or out of the UncheckedItems collection.
ItemVisibleInStripChangedOccurs when item is moved in or out of the UncheckedItems collection.
OrientationChangedOccurs when Orientation property is changed.
OrientationChangingOccurs before Orientation property is changed.
LineChangingOccurs before the command strip moves in other line.
LineChangedOccurs when the command strip moves in other line.