Back to Devexpress

MenuItemDropDownButtonStyle Class

aspnet-devexpress-dot-web-d67e7dbc.md

latest2.3 KB
Original Source

MenuItemDropDownButtonStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class MenuItemDropDownButtonStyle :
    MenuItemStyleBase
vb
Public Class MenuItemDropDownButtonStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle MenuItemStyleBase MenuItemDropDownButtonStyle

See Also

MenuItemDropDownButtonStyle Members

DropDownButtonStyle

DevExpress.Web Namespace