Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

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