Class ObjectInputEdit
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a single-line or multi-line text input object.
public class ObjectInputEdit : ObjectInputBase
- Inheritance
-
ObjectInputEdit
- Inherited Members
Constructors
ObjectInputEdit(CollectionObjectBases)
Creates and appends a new edit input object.
public ObjectInputEdit(CollectionObjectBases objectCollection)
Parameters
objectCollectionCollectionObjectBasesParent collection.
ObjectInputEdit(CollectionObjectBases, int)
Creates and inserts a new edit input object at the specified index.
public ObjectInputEdit(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesParent collection.
indexintInsertion index.
Properties
Alignment
Gets or sets the text alignment.
public string Alignment { get; set; }
Property Value
DefaultValueText
Gets or sets the default text value.
public string DefaultValueText { 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
Multiline
Gets or sets whether multiple lines are allowed.
public string Multiline { get; set; }
Property Value
NeedInput
Gets or sets whether input is required.
public string NeedInput { get; set; }
Property Value
Verification
Gets the verification settings.
[JsonInclude]
public PropertyInputEditVerification Verification { get; }