BootstrapCardViewImageColumn Constructors
epresents a data column that displays images located at the specified URLs.| Name | Parameters | Description |
|---|---|---|
| BootstrapCardViewImageColumn() | none | Initializes a new instance of the BootstrapCardViewImageColumn class with default settings. |
| BootstrapCardViewImageColumn(String, String) | fieldName, caption | Initializes a new instance of the BootstrapCardViewImageColumn class with the specified field name and caption. |
| BootstrapCardViewImageColumn(String) | fieldName | Initializes a new instance of the BootstrapCardViewImageColumn class with the specified field name. |
See Also