Table of Contents

Enum SelectionBasedVisibility

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

Specifies when an item's border should be visible based on selection mode.

public enum SelectionBasedVisibility

Fields

Always = 3

Border is always shown regardless of selection mode.

Multiple = 2

Border is shown only when multiple items selection mode is active.

None = 0

Border is never shown.

Single = 1

Border is shown only when single item selection mode is active.