Skip to main content

HyperlinkClickEventArgs.IsExternal Property

Indicates whether the hyperlink points to a location outside the current workbook.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsExternal { get; }

Property Value

Type Description
Boolean

true, if the hyperlink references a location outside the current workbook; otherwise, false.

See Also