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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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