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