Table of Contents

Enum PinBoxItemState

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Represents the state of a PinBox item.

public enum PinBoxItemState

Fields

Default = 0

Default state when the box is empty and not focused.

Disabled = 4

The box is disabled and cannot receive input.

Error = 3

The box is in an error state due to validation failure.

Filled = 2

The box contains a character.

Focused = 1

The box is currently focused and ready for input.