Back to Devexpress

PropertyDescriptionControl.ShowHint Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-6788fe22.md

latest1.7 KB
Original Source

PropertyDescriptionControl.ShowHint Property

Gets or sets whether to show a hint displaying the current property description when the property description is trimmed in the PropertyDescriptionControl.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(true)]
public virtual bool ShowHint { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property ShowHint As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show a hint when the property description is trimmed in the PropertyDescriptionControl; otherwise, false.

|

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace