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

BootstrapCardViewHyperLinkColumn Constructors

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