ASPxRibbon.Styles Property
Provides access to the style settings that control the appearance of the ASPxRibbon's elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
RibbonStyles | A RibbonStyles object that provides style settings for the ASPxRibbon elements. |
Available values:
Name | Description |
---|---|
KeyTip | Gets the style settings defining the appearance of key tips. |
TabContent | Gets style settings defining the tab content appearance. |
FileTab | Gets the style settings that define the appearance of the file tab. |
MinimizeButton | Gets the style settings that define the appearance of the minimize button. |
ItemDropDownPopup | Gets the style settings defining the appearance of the RibbonDropDownButtonItem popup window. |
MinimizePopup | Gets the style settings defining the appearance of a popup window that displays a tab content when the ribbon is minimized. |
GroupPopup | Gets the style settings defining the appearance of group popups. |
GroupDialogBoxLauncher | Provides access to the style settings that define the appearance of the dialog box launcher. |
GroupLabel | Gets the style settings defining the appearance of group labels. |
GroupSeparator | Gets style settings defining the appearance of group separators. |
OneLineModeGroupExpandButton | Gets the style settings defining the appearance of the group expand button in the one line mode. |
GroupExpandButton | Gets the style settings defining the appearance of the group expand button. |
Group | Gets the style settings that define the appearance of groups. |
ButtonItem | Gets the style settings that define the appearance of button items within the ribbon control. |
Item | Gets the style settings that define the appearance of items in the ribbon control. |
RibbonStyles(ISkinOwner) | Initializes a new instance of the RibbonStyles class with the specified owner. |