Property VisibleTextForDisplay
VisibleTextForDisplay
Gets the text to display for the item, taking into account the current visibility settings.
public virtual string VisibleTextForDisplay { get; }
Property Value
Remarks
If the associated list box is configured to hide text, this property returns an empty string. Otherwise, it returns the display text for the item. This property is intended for use in UI scenarios where the visibility of item text may be toggled.