Back to Devexpress

MenuSettingsBase.ShowPopOutImages Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-011c7c40.md

latest1.4 KB
Original Source

MenuSettingsBase.ShowPopOutImages Property

Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public DefaultBoolean ShowPopOutImages { get; set; }
vb
Public Property ShowPopOutImages As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

One of the enumeration values.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace