BaseListControlDisplayMember Property

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

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
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. If the new display member cannot be set, the old display member is retained.

See Also