BillDetailRows

BillDetailTable.BillDetailRows property

Gets or sets the collection of BillDetailRow.

public List<BillDetailRow> BillDetailRows { get; set; }

See Also