Class HyperlinkOpenArea
Specifies the mouse action for opening the hyperlink.
Inheritance
System.Object
HyperlinkOpenArea
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class HyperlinkOpenArea : Enum
Fields
Cell
Hyperlink will be opened when clicking anywhere on the cell.
Declaration
public const HyperlinkOpenArea Cell
Field Value
| Type |
|---|
| HyperlinkOpenArea |
Text
Hyperlink will be opened when clicking on the text.
Declaration
public const HyperlinkOpenArea Text
Field Value
| Type |
|---|
| HyperlinkOpenArea |