Back to Devexpress

RepositoryItemRatingControl.IsDirectionReversed Property

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

latest2.0 KB
Original Source

RepositoryItemRatingControl.IsDirectionReversed Property

Gets or sets whether this RatingControl measures its rating in the opposite direction.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool IsDirectionReversed { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property IsDirectionReversed As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if this RatingControl measures its rating in the opposite direction; otherwise, false.

|

Remarks

By default, the RatingControl‘s 0 value starts from the very left rating item (or bottom rating item if the editor is oriented vertically, see the RepositoryItemRatingControl.RatingOrientation property) and increases as you move to the right (upwards). The IsDirectionReversed property allows you to reverse this direction.

See Also

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace