Table of Contents

Class PropertyCheckboxDesign

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

Provides per-state checkbox design items (false/null/true) referencing glyph resources or external drawings.

public class PropertyCheckboxDesign : DomItem
Inheritance
PropertyCheckboxDesign
Inherited Members

Properties

ItemForFalse

Gets the design item used when the checkbox evaluates to false.

[JsonInclude]
public PropertyCheckboxItemFor ItemForFalse { get; }

Property Value

PropertyCheckboxItemFor

ItemForNull

Gets the design item used when the checkbox evaluates to null (indeterminate).

[JsonInclude]
public PropertyCheckboxItemFor ItemForNull { get; }

Property Value

PropertyCheckboxItemFor

ItemForTrue

Gets the design item used when the checkbox evaluates to true.

[JsonInclude]
public PropertyCheckboxItemFor ItemForTrue { get; }

Property Value

PropertyCheckboxItemFor