Enum GroupPosition
The position inside a group.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum GroupPosition
  Fields
| Name | Description | 
|---|---|
| Left | The item is the left most item in the group.  | 
      
| Middle | The item is in the middle of the group (not left most nor right most).  | 
      
| Right | The item is the right most item in the group.  | 
      
| Single | The item is the single item in the group.  | 
      
| Unknown | The position is unknown.  |