Back to Devexpress

RatingItem Class

wpf-devexpress-dot-xpf-dot-editors-7be5e319.md

latest1.6 KB
Original Source

RatingItem Class

Represents a rating item.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class RatingItem :
    Control
vb
Public Class RatingItem
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control RatingItem

See Also

RatingItem Members

DevExpress.Xpf.Editors Namespace