Click or drag to resize

ContentControlListItem Class

Specifies a single list item within the parent Content Control item.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.CustomMarkupsContentControlListItem

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class ContentControlListItem

The ContentControlListItem type exposes the following members.

Constructors
 NameDescription
Public methodContentControlListItem(String) Initializes a new instance of the ContentControlListItem class.
Public methodContentControlListItem(String, String) Initializes a new instance of the ContentControlListItem class.
Top
Properties
 NameDescription
Public propertyDisplayName Gets or sets the text which will be displayed for this list item.
Public propertyValue Gets or sets the value of the list item.
Top
See Also