Table of Contents

Enum CheckedSpreadMode

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

Defines the scope and behavior for propagating the checked state among sibling controls when a control becomes checked.

public enum CheckedSpreadMode

Fields

None = 0

No propagation. The checked state applies only to the current control, leaving all siblings unaffected.

SingleInGroup = 2

Enforces exclusivity across the logical group. When this control is checked, all other checked controls within the same group are automatically unchecked.

SingleSibling = 1

Ensures exclusive selection among immediate siblings. When this control is checked, all other sibling controls are unchecked.