Class ToolTipOptions
Represents a class that provides the options to customize the ToolTipOption of SfListView.
Inheritance
System.Object
ToolTipOptions
Namespace: Syncfusion.WinForms.ListView
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ToolTipOptions : Object
Constructors
ToolTipOptions(SfListView)
Initializes a new instance of the ToolTipOptions class.
Declaration
public ToolTipOptions(SfListView listView)
Parameters
| Type | Name | Description |
|---|---|---|
| SfListView | listView | Object of the ListView. |
Properties
AutoPopDelay
Gets or sets the period of time the ToolTipOption remains visible if the pointer is stationary on a item.
Declaration
public int AutoPopDelay { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
InitialDelay
Gets or sets the time that passes before the ToolTipOption appears.
Declaration
public int InitialDelay { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
ShadowVisible
Gets or sets a value indicating whether shadow should be drawn for the ToolTipOption.
Declaration
public bool ShadowVisible { get; set; }
Property Value
| Type |
|---|
| System.Boolean |