Back to Devexpress

RepositoryItemRatingControl.AutoHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-029030c3.md

latest1.9 KB
Original Source

RepositoryItemRatingControl.AutoHeight Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
public override bool AutoHeight { get; set; }
vb
<Browsable(False)>
<DefaultValue(True)>
Public Overrides Property AutoHeight As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

AutoSize

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace