1

Does anyone know if the firefly.box infrastructure supports a column that is based on Enum that I added to my code?

VisioN
  • 143,310
  • 32
  • 282
  • 281
ZShavit
  • 13
  • 2

1 Answers1

0

You can use: Firefly.Box.Data.EnumColumn<EnumType>

Also have a look at: Firefly.Box.Data.Advanced.CustomColumn<T>

aymeric
  • 3,877
  • 2
  • 28
  • 42
Noam
  • 4,472
  • 5
  • 30
  • 47