Show / Hide Table of Contents

Class DataGridSelectionMode

Inheritance
System.Object
DataGridSelectionMode
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public sealed class DataGridSelectionMode : Enum

Fields

MultipleCell

Declaration
public const DataGridSelectionMode MultipleCell
Field Value
Type Description
DataGridSelectionMode

MultipleRow

Declaration
public const DataGridSelectionMode MultipleRow
Field Value
Type Description
DataGridSelectionMode

None

Declaration
public const DataGridSelectionMode None
Field Value
Type Description
DataGridSelectionMode

RangeCell

Declaration
public const DataGridSelectionMode RangeCell
Field Value
Type Description
DataGridSelectionMode

SingleCell

Declaration
public const DataGridSelectionMode SingleCell
Field Value
Type Description
DataGridSelectionMode

SingleRow

Declaration
public const DataGridSelectionMode SingleRow
Field Value
Type Description
DataGridSelectionMode

value__

Declaration
public int value__
Field Value
Type Description
System.Int32