Skip to main content

RepositoryItemRatingControl.AutoSize Property

Gets or sets whether this RatingControl should be automatically sized.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
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