ASPxMenu.ShowAsToolbar Property
Specifies whether a menu is displayed as a toolbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Set the ShowAsToolbar property to true
to reduce the space between items, so that a menu looks like a toolbar.
Note
The ShowAsToolbar property is not in effect for vertically-oriented menu (when the ASPxMenu.Orientation property is set to Vertical).
See Also