alexa

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX