Back to Devexpress

RibbonGroupSeparatorStyle Class

aspnet-devexpress-dot-web-c6ed9985.md

latest2.2 KB
Original Source

RibbonGroupSeparatorStyle Class

Defines style settings for the group separators.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonGroupSeparatorStyle :
    AppearanceStyleBase
vb
Public Class RibbonGroupSeparatorStyle
    Inherits AppearanceStyleBase

The following members return RibbonGroupSeparatorStyle objects:

Remarks

The RibbonGroupSeparatorStyle class contains settings that define the appearance of the group separators in the ASPxRibbon control.

An object of the RibbonGroupSeparatorStyle type can be accessed via the RibbonStyles.GroupSeparator property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase RibbonGroupSeparatorStyle

See Also

RibbonGroupSeparatorStyle Members

Ribbon

DevExpress.Web Namespace