|
|
|
OwningItem Property, CellBaseClass Class |
Returns the owning item of the cell.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Protected ReadOnly Property OwningItem As Object |
C# |
protected object OwningItem { get; } |
C++ |
protected: property Object^ OwningItem { |
Property Value
The owning item.
Comments
The OwningItem property returns the owning item of the cell.
Cells are not standalone objects, they are always owned by a containing item and a control.
SftTree/NET 2.0: The returned object is of type ItemClass and represents the item containing the control.
SftTabs/NET 6.0: Tabs are standalone objects and are not owned by items. They are owned by a control (OwningControl).
Version Information
Supported in version 1.0.
Products Table