Click or drag to resize

StiTableColumn Constructor (String, String, String, StiHorAlignment, StiFormatService, Boolean, Color)

Initializes a new instance of the StiTableColumn class

Namespace:  Stimulsoft.Dashboard.Components.Table
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiTableColumn(
	string key,
	string expression,
	string label,
	StiHorAlignment horAlignment,
	StiFormatService textFormat,
	bool visible,
	Color foreColor
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

horAlignment
Type: Stimulsoft.Base.DrawingStiHorAlignment

[Missing <param name="horAlignment"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

textFormat
Type: Stimulsoft.Report.Components.TextFormatsStiFormatService

[Missing <param name="textFormat"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

foreColor
Type: System.DrawingColor

[Missing <param name="foreColor"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiTableColumn.#ctor(System.String,System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,System.Boolean,System.Drawing.Color)"]

See Also