Table of Contents

Class PropertyCell

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

Represents a generic cell with visibility, width constraints, output formatting and title.

public class PropertyCell : DomItem, IDomItemWithOutputFormatter
Inheritance
PropertyCell
Implements
Inherited Members

Properties

MaxWidth

Gets or sets the maximum width constraint.

public string MaxWidth { get; set; }

Property Value

string

MinWidth

Gets or sets the minimum width constraint.

public string MinWidth { get; set; }

Property Value

string

OutputFormatter

Gets the output formatter configuration.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

Title

Gets or sets the cell title (header text).

public string Title { get; set; }

Property Value

string

Visible

Gets or sets the visibility expression for the cell.

public string Visible { get; set; }

Property Value

string