RepositoryItemRatingControl.IsDirectionReversed Property
Gets or sets whether this RatingControl measures its rating in the opposite direction.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[DXCategory("Appearance")]
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