Click or drag to resize

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.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IList<ContentControlListItem> ListItems { get; }

Property Value

IListContentControlListItem
See Also