| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : BreakType Enumeration |
'Declaration Public Enum BreakType Inherits System.Enum
public enum BreakType : System.Enum
| Member | Description |
|---|---|
| Column | Creates a new column after this component. |
| Group | Creates a new row starting below the current component, at the left edge of the current group. |
| None | The layout should not break the flow after the component. |
| Row | Causes next component to be placed in a new row within the flow. |
System.Object
System.ValueType
System.Enum
C1.Win.C1InputPanel.BreakType