12 lines
110 B
C#
12 lines
110 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid
|
|||
|
{
|
|||
|
public enum ReoGridViewMode
|
|||
|
{
|
|||
|
Normal,
|
|||
|
PageView,
|
|||
|
Custom
|
|||
|
}
|
|||
|
}
|