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

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.v18.2.dll

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