Back to Devexpress

RepositoryItemRatingControl.AutoSize Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-ea1ad93a.md

latest1.7 KB
Original Source

RepositoryItemRatingControl.AutoSize Property

Gets or sets whether this RatingControl should be automatically sized.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AutoSize { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property AutoSize As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace