Table of Contents

Property VisibleTextForDisplay

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

VisibleTextForDisplay

Gets the text to display for the item, taking into account the current visibility settings.

public virtual string VisibleTextForDisplay { get; }

Property Value

string

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.