Table of Contents

Class PropertyCheckboxItemFor

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

Represents a single checkbox design item for a specific logical state (true/false/null) including contents, external drawing and resource.

public class PropertyCheckboxItemFor : DomItem
Inheritance
PropertyCheckboxItemFor
Inherited Members

Properties

Contents

Gets or sets the contents expression for this design item.

public string Contents { get; set; }

Property Value

string

External

Gets the external drawing contents.

[JsonInclude]
public PropertyDrawingContents External { get; }

Property Value

PropertyDrawingContents

Resource

Gets the resource settings (glyph code, colors).

[JsonInclude]
public PropertyCheckboxItemForResource Resource { get; }

Property Value

PropertyCheckboxItemForResource