Skip to main content

RatingItem Class

Represents a rating item.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class RatingItem :
    Control

Remarks

The RatingItem class represents a rating item within the RatingControl/RatingEdit.

To access the collection of rating items, use the RatingControl.Items property.

See Also