List ItemDisplay Property
This returns the display text for the item
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string Display { get; set; }VB
Public Property Display As String
Get
SetC++
public:
property String^ Display {
String^ get ();
void set (String^ value);
}F#
member Display : string with get, setProperty Value
StringRemarks
Specify this property name for the DisplayMember or DataTextField property of
the control using the item as part of its data source.