List ItemDisplay Property
This returns the display text for the item
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.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.