Enum SelectionMode
Defines mode of selection. They are Cell - Defines SelectionMode to Cell. Row - Defines SelectionMode to Row. Column - Defines SelectionMode to Column. Both - Defines SelectionMode to both Row and Column.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum SelectionMode
Fields
Name | Description |
---|---|
Both | Both - Defines SelectionMode to both Row and Column. |
Cell | Cell - Defines SelectionMode to Cell. |
Column | Column - Defines SelectionMode to Column. |
Row | Row - Defines SelectionMode to Row. |