Skip to main content
A newer version of this page is available. .

RatingItem.SelectedBackground Property

Gets or sets a brush used to draw a background for the selected items (stars). This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public Brush SelectedBackground { get; set; }

Property Value

Type Description
Brush

A Brush object that represents the brush used to paint the background of the selected items (stars).

See Also