BaseComboBoxCellDisplayMember Property
Gets or sets a string that specifies the property of the data source whose contents you want to
display.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string DisplayMember { get; set; }
Public Property DisplayMember As String
Get
Set
public:
property String^ DisplayMember {
String^ get ();
void set (String^ value);
}
member DisplayMember : string with get, set
Property Value
StringThe default is an empty string. If not set, the object's
ToString() method is used to
get the display value.
ArgumentException | This is thrown if the display member cannot be found in the data
source. |