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

RepositoryItemRatingControl.IsDirectionReversed Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
public bool IsDirectionReversed { get; set; }

Property Value

Type Default Description
Boolean **false**

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