Skip to main content
Tab

MenuItemDropDownButtonStyle Class

Defines style settings for a drop down button within a menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class MenuItemDropDownButtonStyle :
    MenuItemStyleBase

The following members return MenuItemDropDownButtonStyle objects:

Remarks

The MenuItemDropDownButtonStyle class contains settings that define the style of drop down buttons within a menu control.

An object of the MenuItemDropDownButtonStyle type can be accessed via the MenuItemStyle.DropDownButtonStyle property.

See Also