Table of Contents

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

PropertyCrosstabCells

Columns

Gets the column dimension definition.

[JsonInclude]
public PropertyCrosstabDimension Columns { get; }

Property Value

PropertyCrosstabDimension

DefaultFont

Gets the default font for cells.

[JsonInclude]
public PropertyFontExt DefaultFont { get; }

Property Value

PropertyFontExt

SubCellCount

Gets or sets the number of sub cells per cell.

public string SubCellCount { get; set; }

Property Value

string

UIName

Gets or sets the UI name (designer alias).

public string UIName { get; set; }

Property Value

string

Methods

Initialize(CollectionAdjacentDefinitions, int)

protected void Initialize(CollectionAdjacentDefinitions itemsCollection, int index)

Parameters

itemsCollection CollectionAdjacentDefinitions
index int