RatingControl.Items Property
In This Article
Provides access to the collection of rating items.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public IEnumerable<RatingItem> Items { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Rating |
A collection of Rating |
See Also