Class PropertyCrosstabDefinitionBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for crosstab definitions (rows/columns, cells, default font) including sub cell layout and UI name.
public class PropertyCrosstabDefinitionBase : DomItem
- Inheritance
-
PropertyCrosstabDefinitionBase
- Derived
- Inherited Members
Properties
Cells
Gets the cell collection object (assigns back-reference).
[JsonInclude]
public PropertyCrosstabCells Cells { get; }
Property Value
Columns
Gets the column dimension definition.
[JsonInclude]
public PropertyCrosstabDimension Columns { get; }
Property Value
DefaultFont
Gets the default font for cells.
[JsonInclude]
public PropertyFontExt DefaultFont { get; }
Property Value
SubCellCount
Gets or sets the number of sub cells per cell.
public string SubCellCount { get; set; }
Property Value
UIName
Gets or sets the UI name (designer alias).
public string UIName { get; set; }
Property Value
Methods
Initialize(CollectionAdjacentDefinitions, int)
protected void Initialize(CollectionAdjacentDefinitions itemsCollection, int index)
Parameters
itemsCollectionCollectionAdjacentDefinitionsindexint