BaseComboBoxCellDisplayMember Property

Gets or sets a string that specifies the property of the data source whose contents you want to display.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string DisplayMember { get; set; }

Property Value

String
The default is an empty string. If not set, the object's ToString() method is used to get the display value.

Exceptions

ArgumentExceptionThis is thrown if the display member cannot be found in the data source.

See Also