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

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.v19.1.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowHint { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also