Skip to main content

RatingEditSettings.ItemsCount Property

Gets or sets the number of RatingItem objects displayed by the rating editor. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public int ItemsCount { get; set; }

Property Value

Type Description
Int32

A number of displayed rating items.

See Also