Skip to main content

RatingEditSettings.Orientation Property

Gets or sets whether the items in the current rating editor are arranged horizontally or vertically. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

A Orientation enumeration value that specifies whether the rating editor items are arranged horizontally or vertically. The default is Horizontal.

See Also