CadDataTable.DataTableColumns

CadDataTable.DataTableColumns property

Gets or sets the data table columns.

public List<CadDataTableColumn> DataTableColumns { get; set; }

Property Value

The data table columns.

See Also