Skip to main content
A newer version of this page is available. .
Tab

MenuItemStyleBase.CheckedStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual AppearanceSelectedStyle CheckedStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the checked style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to CheckedStyle
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem.CheckedStyle
See Also