Back to Devexpress

RibbonPageCategory.Color Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategory-28298e74.md

latest1.5 KB
Original Source

RibbonPageCategory.Color Property

Gets or sets the color that is used to paint the category’s caption and its pages.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public Color Color { get; set; }
vb
<XtraSerializableProperty>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Color As Color

Property Value

TypeDescription
Color

A Color value that specifies the category’s color.

|

Remarks

This property is hidden. Use the Appearance property instead.

See Also

RibbonPageCategory Class

RibbonPageCategory Members

DevExpress.XtraBars.Ribbon Namespace