RepositoryItemRatingControl.AutoSize Property
Gets or sets whether this RatingControl should be automatically sized.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if this RatingControl should be automatically sized; otherwise, false. |
Remarks
By default, the RatingControl is sized according to its current content (text and rating glyphs). You can set the AutoSize property to false to manually size the control.
See Also