Back to Devexpress

MenuItemStyleBase.CheckedStyle Property

aspnet-devexpress-dot-web-dot-menuitemstylebase.md

latest1.1 KB
Original Source

MenuItemStyleBase.CheckedStyle Property

Gets the style settings which define a menu item’s appearance in the checked state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceSelectedStyle CheckedStyle { get; }
vb
Public Overridable ReadOnly Property CheckedStyle As AppearanceSelectedStyle

Property Value

TypeDescription
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the checked style settings.

|

See Also

MenuItemStyleBase Class

MenuItemStyleBase Members

DevExpress.Web Namespace