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