Get/Set the parent category for current category.
If no parent category, returns null value.
If set to null, this category becomes a root category
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
ICategory Parent { get; set; } |
| Visual Basic |
|---|
Property Parent As ICategory Get Set |
| Visual C++ |
|---|
property ICategory^ Parent { ICategory^ get (); void set (ICategory^ value); } |