Skip to main content
Tab

RibbonOneLineModeGroupExpandButtonStyle.DisabledStyle Property

Contains the style settings that define a group expand button’s appearance in the disabled state, when a ribbon is used in the one line mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual DisabledStyle DisabledStyle { get; }

Property Value

Type Description
DisabledStyle

An DisabledStyle object that contains style settings.

See Also