Click or drag to resize

ContentControlPropertiesSelectedListItem Property

Gets or sets the selected value of 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 ContentControlListItem SelectedListItem { get; set; }

Property Value

ContentControlListItem
See Also