Skip to main content
A newer version of this page is available. .

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.v21.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