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.v24.2.dll

Declaration

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

Property Value

Type Default Description
Boolean true

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