Skip to main content

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.v23.2.dll

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

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