Enum GridSelectionMode
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Specifies the selection mode for a grid widget.
public enum GridSelectionMode
Fields
Cell = 3Individual cells can be selected.
Column = 2Entire columns can be selected.
None = 0No selection is allowed.
Row = 1Entire rows can be selected.