HtmlForgeX

API Reference

Class

TableRowGroupOption

Namespace HtmlForgeX.DslOptions.Tables
Assembly HtmlForgeX
Modifiers sealed

Configures row grouping.

Inheritance

Constructors

public TableRowGroupOption() #

Properties

public Nullable<Int32> ColumnIndex { get; set; } #

Zero-based column index to group by.

public String ColumnName { get; set; } #

Column header name to group by.

public Boolean WithCount { get; set; } #

Include row count in group headers.

public String LabelFormat { get; set; } #

Optional label format string for group headers.