Back to Devexpress

RepositoryItemRatingControl.ShowText Property

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

latest2.2 KB
Original Source

RepositoryItemRatingControl.ShowText Property

Gets or sets whether the text assigned to the RatingControl.Text property should be visible.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowText { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property ShowText As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the text assigned to the RatingControl.Text property should be visible; otherwise, false.

|

Remarks

To re-arrange the RatingControl‘s text, use the RepositoryItemRatingControl.TextToRatingIndent and RepositoryItemRatingControl.TextLocation properties.

See Also

TextToRatingIndent

TextLocation

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace