Table of Contents

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

objectCollection CollectionObjectBases

Parent collection.

ObjectInputCheckbox(CollectionObjectBases, int)

Creates and inserts a new checkbox input object at the specified index.

public ObjectInputCheckbox(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases

Parent collection.

index int

Insertion index.

Properties

CheckboxType

Gets or sets the checkbox visual type.

public string CheckboxType { get; set; }

Property Value

string

DefaultValueBool

Gets or sets the default boolean value (True/False).

public string DefaultValueBool { get; set; }

Property Value

string

FieldName

Gets or sets the target 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

Frame

Gets the frame settings.

[JsonInclude]
public PropertyRectangleFrame Frame { get; }

Property Value

PropertyRectangleFrame