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

RibbonItemStyle.DisabledStyle Property

Gets the style settings that define an appearance of ribbon items in the disabled state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual DisabledStyle DisabledStyle { get; }

Property Value

Type Description
DisabledStyle

An DisabledStyle object that contains style settings.

See Also