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

RepositoryItemRatingControl.AutoHeight Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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