Skip to main content
A newer version of this page is available. .
Tab

CardViewDropDownEditColumn Constructors

Represents a data column with an editor containing a customizable dropdown window.
Name Parameters Description
CardViewDropDownEditColumn() none Initializes a new instance of the CardViewDropDownEditColumn class with default settings.
CardViewDropDownEditColumn(String, String) fieldName, caption Initializes a new instance of the CardViewDropDownEditColumn class with the specified field name and caption.
CardViewDropDownEditColumn(String) fieldName Initializes a new instance of the CardViewDropDownEditColumn class with the specified field name.
See Also