Click or drag to resize

StiTablePartDrawer Constructor (DataGridViewCellPaintingEventArgs, DataGridView)

Initializes a new instance of the StiTablePartDrawer class

Namespace:  Stimulsoft.Report.Dashboard.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTablePartDrawer(
	DataGridViewCellPaintingEventArgs cellArgs,
	DataGridView grid
)

Parameters

cellArgs
Type: System.Windows.FormsDataGridViewCellPaintingEventArgs

[Missing <param name="cellArgs"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView)"]

grid
Type: System.Windows.FormsDataGridView

[Missing <param name="grid"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView)"]

See Also