Class CustomSection
- Assembly
- anybill.POS.Client.Abstractions.dll
A custom section which can be defined to add custom attributes
public class CustomSection
- Inheritance
-
CustomSection
- Inherited Members
Properties
Data
Data of the custom section
public List<CustomSectionDataBase> Data { get; set; }
Property Value
Position
Position where the section should be displayed.
public CustomSectionPosition Position { get; set; }
Property Value
Section
Referenced section to display the custom section.
public CustomSectionType Section { get; set; }
Property Value
Title
Title of the custom section. Especially relevant for the SDK.
public string Title { get; set; }