Click or drag to resize
GridFeaturesEnableScrollTips Property
Gets or sets a value indicating if Scroll Tips are enabled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool EnableScrollTips { get; set; }

Property Value

Type: Boolean
Whether or not Scroll Tips are enabled.
Remarks
Setting this propery to true adds support for scroll tips to the grid.

This property must be set in the designer.

See Also