ContentControlPropertiesListItems Property |
Gets list items associated with the Content Control item. This property is applicable when the parent
Content Control type is
ComboBox or
DropDownList.
Namespace: SautinSoft.Document.CustomMarkupsAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public IList<ContentControlListItem> ListItems { get; }
Public ReadOnly Property ListItems As IList(Of ContentControlListItem)
Get
Property Value
IListContentControlListItemSee Also