| 
 | 
 | 
 | 
| 
        | UsageLocationEnum Enumeration | 
Used to define in which area of the control the cell or item is used.
Syntax UsageLocationEnum Enumeration (Softelvdm.SftTreeNET)
| VB | Public Enum UsageLocationEnum | 
| C# | public enum UsageLocationEnum | 
| C++ | public enum class UsageLocationEnum | 
| Member | Value | Description | 
| items | 0 | The cell or item is used in the item area. | 
| header | 1 | The cell or item is used in the header area. | 
| footer | 2 | The cell or item is used in the footer area. | 
Comments
The UsageLocationEnum enumeration is used to define in which area of the control the cell or item is used.