Skip to main content

RepositoryItemRatingControl.AutoHeight Property

Gets or sets whether the RatingControl height should be calculated automatically.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override bool AutoHeight { get; set; }

Property Value

Type Description
Boolean

true if the RatingControl height should be calculated automatically; otherwise, false.

Remarks

To be able to manually resize the RatingControl, set its RepositoryItemRatingControl.AutoSize property to false.

See Also