Table of Contents

Method SetDisplayText

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

SetDisplayText(object, string)

Sets display text of the enum item.

public virtual bool SetDisplayText(object value, string text)

Parameters

value object

The value of the enum item.

text string

The display text to assign.

Returns

bool