Back to Devexpress

HyperlinkClickEventArgs.IsExternal Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-hyperlinkclickeventargs-cbcba6a2.md

latest1.2 KB
Original Source

HyperlinkClickEventArgs.IsExternal Property

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

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool IsExternal { get; }
vb
Public ReadOnly Property IsExternal As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

HyperlinkClickEventArgs Class

HyperlinkClickEventArgs Members

DevExpress.XtraSpreadsheet Namespace