RepositoryItemRatingControl.AutoHeight Property
Gets or sets whether the RatingControl height should be calculated automatically.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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