Class ObjectInputCheckbox
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a checkbox input object.
public class ObjectInputCheckbox : ObjectInputBase
- Inheritance
-
ObjectInputCheckbox
- Inherited Members
Constructors
ObjectInputCheckbox(CollectionObjectBases)
Creates and appends a new checkbox input object.
public ObjectInputCheckbox(CollectionObjectBases objectCollection)
Parameters
objectCollectionCollectionObjectBasesParent collection.
ObjectInputCheckbox(CollectionObjectBases, int)
Creates and inserts a new checkbox input object at the specified index.
public ObjectInputCheckbox(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesParent collection.
indexintInsertion index.
Properties
CheckboxType
Gets or sets the checkbox visual type.
public string CheckboxType { get; set; }
Property Value
DefaultValueBool
Gets or sets the default boolean value (True/False).
public string DefaultValueBool { get; set; }
Property Value
FieldName
Gets or sets the target field name for binding.
public string FieldName { get; set; }
Property Value
Filling
Gets the filling style.
[JsonInclude]
public PropertyFilling Filling { get; }
Property Value
Frame
Gets the frame settings.
[JsonInclude]
public PropertyRectangleFrame Frame { get; }