Skip to main content

RibbonPageCategoryBase.Color Property

Gets or sets the color that is used to paint the category's caption and its pages. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

[XtraSerializableProperty]
public Color Color { get; set; }

#Property Value

Type Description
Color

A Color value that specifies the category's color.

#Remarks

The Color property specifies the color that is used to paint the category's caption and its pages. This color is mixed with the background color.

See Also