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

RepositoryItemRatingControl.AutoSize Property

Gets or sets whether this RatingControl should be automatically sized.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
public bool AutoSize { get; set; }

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