Skip to main content
A newer version of this page is available. .
Tab

CardViewHyperLinkColumn Constructors

Specifies a data column with hyperlink functionality.
Name Parameters Description
CardViewHyperLinkColumn() none Initializes a new instance of the CardViewHyperLinkColumn class with default settings.
CardViewHyperLinkColumn(String, String) fieldName, caption Initializes a new instance of the CardViewHyperLinkColumn class with the specified field name and caption.
CardViewHyperLinkColumn(String) fieldName Initializes a new instance of the CardViewHyperLinkColumn class with the specified field name.
See Also