Interface ISelectableListItemDeep
Interface for an MDO list item in a list where multiple items can be selected simultaneously with deep hierarchy
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface ISelectableListItemDeep : ISelectableListItem, ISoListItem
Properties
ChildItems
Interface for an MDO list item in a list where multiple items can be selected simultaneously with deep hierarchy
Declaration
List<ISelectableListItemDeep> ChildItems { get; }
Property Value
Type | Description |
---|---|
List<ISelectableListItemDeep> |