Class HyperlinkOpenBehavior
Specifies the area to click for opening the hyperlink.
Inheritance
System.Object
HyperlinkOpenBehavior
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class HyperlinkOpenBehavior : Enum
Fields
DoubleClick
Hyperlink will be opened on double click.
Declaration
public const HyperlinkOpenBehavior DoubleClick
Field Value
| Type |
|---|
| HyperlinkOpenBehavior |
None
Hyperlink will not be opened.
Declaration
public const HyperlinkOpenBehavior None
Field Value
| Type |
|---|
| HyperlinkOpenBehavior |
SingleClick
Hyperlink will be opened on single click.
Declaration
public const HyperlinkOpenBehavior SingleClick
Field Value
| Type |
|---|
| HyperlinkOpenBehavior |