Skip to main content
Tab

ASPxRibbon.Styles Property

Provides access to the style settings that control the appearance of the ASPxRibbon’s elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonStyles Styles { get; }

Property Value

Type Description
RibbonStyles

A RibbonStyles object that provides style settings for the ASPxRibbon elements.

See Also