Table of Contents

Class PropertyTableArea

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

Table area configuration exposing individual cell definitions for Gantt/task listings.

public class PropertyTableArea : DomItem
Inheritance
PropertyTableArea
Inherited Members

Properties

DurationCell

Gets the duration cell.

[JsonInclude]
public PropertyCell DurationCell { get; }

Property Value

PropertyCell

EndDateCell

Gets the end date cell.

[JsonInclude]
public PropertyCell EndDateCell { get; }

Property Value

PropertyCell

IndexCell

Gets the index cell.

[JsonInclude]
public PropertyIndexCell IndexCell { get; }

Property Value

PropertyIndexCell

LabelCell

Gets the label cell.

[JsonInclude]
public PropertyLabelCell LabelCell { get; }

Property Value

PropertyLabelCell

PercentageCompleteCell

Gets the percentage complete cell.

[JsonInclude]
public PropertyCell PercentageCompleteCell { get; }

Property Value

PropertyCell

StartDateCell

Gets the start date cell.

[JsonInclude]
public PropertyCell StartDateCell { get; }

Property Value

PropertyCell