Class SerializableGridHyperlinkColumn
Represents a class that is used to serialize and deserialize GridHyperlinkColumn property settings.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridHyperlinkColumn : SerializableGridColumn
Constructors
SerializableGridHyperlinkColumn()
Declaration
public SerializableGridHyperlinkColumn()
Properties
HyperlinkOpenArea
Gets or sets a value indicating whether the hyperlink should be opened when clicking on the text or anywhere on the cell.
Declaration
public HyperlinkOpenArea HyperlinkOpenArea { get; set; }
Property Value
| Type |
|---|
| HyperlinkOpenArea |
HyperlinkOpenBehavior
Gets or sets a value indicating whether the hyperlink should be opened on single click or double click.
Declaration
public HyperlinkOpenBehavior HyperlinkOpenBehavior { get; set; }
Property Value
| Type |
|---|
| HyperlinkOpenBehavior |