Back to Devexpress

RepositoryItemRatingControl.RatingOrientation Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-f91a1541.md

latest2.1 KB
Original Source

RepositoryItemRatingControl.RatingOrientation Property

Gets or sets the rating items’ orientation within the RatingControl.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation RatingOrientation { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Orientation.Horizontal)>
Public Property RatingOrientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

An Orientation enumerator value that specifies the rating items’ orientation within the RatingControl.

|

Remarks

Depending on the RatingOrientation property, rating items can be arranged into a column or row. This property affects only rating items, while the control text (the RatingControl.Text property) always remains horizontally oriented.

See Also

Text

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace