Table of Contents

Class ObjectInputCombobox

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a combobox input object supporting editable or fixed choice lists.

public class ObjectInputCombobox : ObjectInputBase
Inheritance
ObjectInputCombobox
Inherited Members

Constructors

ObjectInputCombobox(CollectionObjectBases)

Creates and appends a new combobox input object.

public ObjectInputCombobox(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

Parent collection.

ObjectInputCombobox(CollectionObjectBases, int)

Creates and inserts a new combobox input object.

public ObjectInputCombobox(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases

Parent collection.

index int

Insertion index.

Properties

Alignment

Gets or sets the text alignment.

public string Alignment { get; set; }

Property Value

string

Choices

Gets or sets the delimited list of choices.

public string Choices { get; set; }

Property Value

string

DefaultValueText

Gets or sets the default text value.

public string DefaultValueText { get; set; }

Property Value

string

Editable

Gets or sets whether free text entry is allowed.

public string Editable { get; set; }

Property Value

string

FieldName

Gets or sets the field name for binding.

public string FieldName { get; set; }

Property Value

string

Filling

Gets the filling style.

[JsonInclude]
public PropertyFilling Filling { get; }

Property Value

PropertyFilling

Font

Gets the font settings.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

Frame

Gets the frame settings.

[JsonInclude]
public PropertyRectangleFrame Frame { get; }

Property Value

PropertyRectangleFrame

NeedInput

Gets or sets whether input is mandatory.

public string NeedInput { get; set; }

Property Value

string