Skip to main content

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