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
MinWidth
Gets or sets the minimum width constraint.
public string MinWidth { get; set; }
Property Value
OutputFormatter
Gets the output formatter configuration.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
Title
Gets or sets the cell title (header text).
public string Title { get; set; }
Property Value
Visible
Gets or sets the visibility expression for the cell.
public string Visible { get; set; }