[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItem

RenderInputComboBoxItem Class

Represents an item in the Items collection of a RenderInputComboBox.

Inheritance
RenderInputComboBoxItem
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class RenderInputComboBoxItem

Constructors

Name Description
RenderInputComboBoxItem()

Initializes a new instance of the RenderInputComboBoxItem class.

RenderInputComboBoxItem(string)

Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text property.

RenderInputComboBoxItem(string, object)

Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text and UserData properties.

Properties

Name Description
Text

Gets or sets a text representing the current item in the dropdown list of a RenderInputComboBox.

UserData

Gets or sets arbitrary user data associated with the current item.

Methods

Name Description
AssignFrom(RenderInputComboBoxItem)

Assigns (copies) properties from another RenderInputComboBoxItem to the current object.

ToString()

Returns the string representation of the current object.