Click or drag to resize

VisualFormatterActiveItem Property

Gets the currently active item if any, or null otherwise.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual VisualFormatterItem ActiveItem { get; }

Property Value

Type: VisualFormatterItem
The currently active item if found, or null otherwise.
Exceptions
ExceptionCondition
DecodeException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Gets the currently active item if any, or null otherwise.

[Android Documentation]

See Also