RibbonDropDownButtonItem.DropDownMode Property
Gets or sets a value that specifies whether the item‘s drop-down menu should only be invoked by using a specific drop-down button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Typically, a drop-down menu is invoked by clicking a drop-down button that consists of the item’s pop-out image and text. A mouse click to another part of an item (e.g., an item image) won’t invoke the menu. In this case, you can use the ASPxClientRibbon.CommandExecuted event handler to implement custom functionality.
Set the DropDownMode property to false
to invoke a drop-down menu by clicking any area of the parent ribbon item.
Use the RibbonImages.PopOut property to specify the drop down button image.