'Declaration
Public Enum GridScrollMode Inherits System.Enum
public enum GridScrollMode : System.Enum
'Declaration
Public Enum GridScrollMode Inherits System.Enum
public enum GridScrollMode : System.Enum
Member | Description |
---|---|
Dimension | The grid will be scrolled by row or column when dragging the scrollbar thumb. |
Pixel | The grid will be scrolled by pixels when dragging the scrollbar thumb. |
System.Object
System.ValueType
System.Enum
C1.Blazor.Grid.GridScrollMode