Table of Contents

Enum GridSelectionMode

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies the selection mode for a grid widget.

public enum GridSelectionMode

Fields

Cell = 3

Individual cells can be selected.

Column = 2

Entire columns can be selected.

None = 0

No selection is allowed.

Row = 1

Entire rows can be selected.