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

RatingItem Class

Represents a rating item.

Namespace: DevExpress.Xpf.Editors

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

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