Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HyperlinkClickEventArgs.IsExternal Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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