Back to Devexpress

CustomizeCellEventArgs.Hyperlink Property

corelibraries-devexpress-dot-export-dot-customizecelleventargs-a687d1ef.md

latest1.1 KB
Original Source

CustomizeCellEventArgs.Hyperlink Property

Specifies the hyperlink, which belongs to the currently processed cell.

Namespace : DevExpress.Export

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public string Hyperlink { get; set; }
vb
Public Property Hyperlink As String

Property Value

TypeDescription
String

A String, that specifies the processed cell’s hyperlink.

|

See Also

CustomizeCellEventArgs Class

CustomizeCellEventArgs Members

DevExpress.Export Namespace