Enum HyperlinkOpenBehavior
Specifies the area to click for opening the hyperlink.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum HyperlinkOpenBehavior
Fields
Name | Description |
---|---|
DoubleClick | Hyperlink will be opened on double click. |
None | Hyperlink will not be opened. |
SingleClick | Hyperlink will be opened on single click. |