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
objectCollectionCollectionObjectBasesParent collection.
ObjectInputCombobox(CollectionObjectBases, int)
Creates and inserts a new combobox input object.
public ObjectInputCombobox(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesParent collection.
indexintInsertion index.
Properties
Alignment
Gets or sets the text alignment.
public string Alignment { get; set; }
Property Value
Choices
Gets or sets the delimited list of choices.
public string Choices { get; set; }
Property Value
DefaultValueText
Gets or sets the default text value.
public string DefaultValueText { get; set; }
Property Value
Editable
Gets or sets whether free text entry is allowed.
public string Editable { get; set; }
Property Value
FieldName
Gets or sets the field name for binding.
public string FieldName { get; set; }
Property Value
Filling
Gets the filling style.
[JsonInclude]
public PropertyFilling Filling { get; }
Property Value
Font
Gets the font settings.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
Frame
Gets the frame settings.
[JsonInclude]
public PropertyRectangleFrame Frame { get; }
Property Value
NeedInput
Gets or sets whether input is mandatory.
public string NeedInput { get; set; }