HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

UsageLocationEnum Enumeration

Used to define in which area of the control the cell or item is used.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum UsageLocationEnum;
Public Enum UsageLocationEnum

Values

NameDescription
itemsThe cell or item is used in the item area.
headerThe cell or item is used in the header area.
footerThe cell or item is used in the footer area.

Comments

Used to define in which area of the control the cell or item is used.

See Also | Classes | SftTree/NET 3.0