Table of Contents

Method SetValue

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

SetValue(object, bool)

Sets the value and optionally updates the enumeration type.

public virtual void SetValue(object value, bool setEnumType = true)

Parameters

value object

The new value to be assigned.

setEnumType bool

A boolean indicating whether to update the enumeration type based on the provided value. true to update the enumeration type; otherwise, false.