BaseComboBoxCellValueMember Property
Gets or sets a string that specifies the property of the data source from which to draw the value
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string ValueMember { get; set; }
Public Property ValueMember As String
Get
Set
public:
property String^ ValueMember {
String^ get ();
void set (String^ value);
}
member ValueMember : string with get, set
Property Value
StringThe default value is an empty string. Specify a value to bind the data to a property. Clear
it by setting it to an empty string or null.
ArgumentException | This is thrown if the value member cannot be found in the data
source. |