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