Enum CustomSectionPosition
- Assembly
- anybill.POS.Client.Abstractions.dll
Position type where section should be displayed.
public enum CustomSectionPosition
Fields
After = 1
Section should be displayed after.
Before = 0
Section should be displayed before.