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