Click or drag to resize

StiTablePartDrawer Constructor (DataGridViewCellPaintingEventArgs, DataGridView, IStiTableElement, StiTableElementStyle, NullableColor, Font)

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,
	IStiTableElement element,
	StiTableElementStyle style = null,
	Nullable<Color> headerForeColor = null,
	Font headerFont = null
)

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,Stimulsoft.Report.Dashboard.IStiTableElement,Stimulsoft.Report.Dashboard.Styles.StiTableElementStyle,System.Nullable{System.Drawing.Color},System.Drawing.Font)"]

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,Stimulsoft.Report.Dashboard.IStiTableElement,Stimulsoft.Report.Dashboard.Styles.StiTableElementStyle,System.Nullable{System.Drawing.Color},System.Drawing.Font)"]

element
Type: Stimulsoft.Report.DashboardIStiTableElement

[Missing <param name="element"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,Stimulsoft.Report.Dashboard.IStiTableElement,Stimulsoft.Report.Dashboard.Styles.StiTableElementStyle,System.Nullable{System.Drawing.Color},System.Drawing.Font)"]

style (Optional)
Type: Stimulsoft.Report.Dashboard.StylesStiTableElementStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,Stimulsoft.Report.Dashboard.IStiTableElement,Stimulsoft.Report.Dashboard.Styles.StiTableElementStyle,System.Nullable{System.Drawing.Color},System.Drawing.Font)"]

headerForeColor (Optional)
Type: SystemNullableColor

[Missing <param name="headerForeColor"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,Stimulsoft.Report.Dashboard.IStiTableElement,Stimulsoft.Report.Dashboard.Styles.StiTableElementStyle,System.Nullable{System.Drawing.Color},System.Drawing.Font)"]

headerFont (Optional)
Type: System.DrawingFont

[Missing <param name="headerFont"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,Stimulsoft.Report.Dashboard.IStiTableElement,Stimulsoft.Report.Dashboard.Styles.StiTableElementStyle,System.Nullable{System.Drawing.Color},System.Drawing.Font)"]

See Also