Interface ISoListHeading
Interface for an MDO list heading, consisting of the heading item and a list of subitems
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface ISoListHeading
Properties
Heading
Interface for an MDO list heading, consisting of the heading item and a list of subitems
Declaration
ISoListItem Heading { get; }
Property Value
| Type | Description |
|---|---|
| ISoListItem |
Items
Interface for an MDO list heading, consisting of the heading item and a list of subitems
Declaration
List<ISoListItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| List<ISoListItem> |