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
EndDateCell
Gets the end date cell.
[JsonInclude]
public PropertyCell EndDateCell { get; }
Property Value
IndexCell
Gets the index cell.
[JsonInclude]
public PropertyIndexCell IndexCell { get; }
Property Value
LabelCell
Gets the label cell.
[JsonInclude]
public PropertyLabelCell LabelCell { get; }
Property Value
PercentageCompleteCell
Gets the percentage complete cell.
[JsonInclude]
public PropertyCell PercentageCompleteCell { get; }
Property Value
StartDateCell
Gets the start date cell.
[JsonInclude]
public PropertyCell StartDateCell { get; }