Back to Devexpress

RatingControl.Items Property

wpf-devexpress-dot-xpf-dot-editors-dot-ratingcontrol.md

latest1.1 KB
Original Source

RatingControl.Items Property

Provides access to the collection of rating items.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IEnumerable<RatingItem> Items { get; }
vb
Public ReadOnly Property Items As IEnumerable(Of RatingItem)

Property Value

TypeDescription
IEnumerable<RatingItem>

A collection of RatingItem objects.

|

See Also

RatingControl Class

RatingControl Members

DevExpress.Xpf.Editors Namespace