Class GridHyperlinkColumn
Represents the column that is used to display the URI data in its cells content.
Inheritance
System.Object
GridHyperlinkColumn
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridHyperlinkColumn : GridColumn, IDisposable, IFilterDefinition
Constructors
GridHyperlinkColumn()
Initializes a new instance of the GridHyperlinkColumn class.
Declaration
public GridHyperlinkColumn()
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
[Cloneable(true)]
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
[Cloneable(true)]
public HyperlinkOpenBehavior HyperlinkOpenBehavior { get; set; }
Property Value
Type |
---|
HyperlinkOpenBehavior |
Implements
System.IDisposable