Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Enumerated values for the selection modes possible with a Multi-column list / grid Control.

Namespace: Visual3D.UI
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public enum GridSelectionMode
Public Enumeration GridSelectionMode

Members

MemberValueDescription
RowSingle0
Any single row may be selected. All items in the row are selected.
RowMultiple1
Multiple rows may be selected. All items in the row are selected.
CellSingle2
Any single cell may be selected.
CellMultiple3
Multiple cells bay be selected.
NominatedColumnSingle4
Any single item in a nominated column may be selected.
NominatedColumnMultiple5
Multiple items in a nominated column may be selected.
ColumnSingle6
Any single column may be selected. All items in the column are selected.
ColumnMultiple7
Multiple columns may be selected. All items in the column are selected.
NominatedRowSingle8
Any single item in a nominated row may be selected.
NominatedRowMultiple9
Multiple items in a nominated row may be selected.

See Also