Click or drag to resize

HTMLTableItemTRowSelector Property

In case not all rows should be included in the summary, this can select which rows to include

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Func<int, T, bool> RowSelector { get; set; }

Property Value

Type: FuncInt32, T, Boolean
See Also