Back to Devexpress

RatingEdit.ItemsCount Property

wpf-devexpress-dot-xpf-dot-editors-dot-ratingedit-e1282710.md

latest1.0 KB
Original Source

RatingEdit.ItemsCount Property

Gets or sets the number of items displayed by the RatingEdit. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int ItemsCount { get; set; }
vb
Public Property ItemsCount As Integer

Property Value

TypeDescription
Int32

A number of displayed items.

|

See Also

RatingEdit Class

RatingEdit Members

DevExpress.Xpf.Editors Namespace