Click or drag to resize

StiGridColumn Constructor (String, Boolean, Int32, HorizontalAlignment, String, String)

Creates a new object of the type StiGridColumn.

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGridColumn(
	string dataTextField,
	bool visible,
	int width,
	HorizontalAlignment alignment,
	string headerText,
	string nullText
)

Parameters

dataTextField
Type: SystemString

[Missing <param name="dataTextField"/> documentation for "M:Stimulsoft.Report.Dialogs.StiGridColumn.#ctor(System.String,System.Boolean,System.Int32,System.Windows.Forms.HorizontalAlignment,System.String,System.String)"]

visible
Type: SystemBoolean
Visibility of column in grid.
width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Dialogs.StiGridColumn.#ctor(System.String,System.Boolean,System.Int32,System.Windows.Forms.HorizontalAlignment,System.String,System.String)"]

alignment
Type: System.Windows.FormsHorizontalAlignment

[Missing <param name="alignment"/> documentation for "M:Stimulsoft.Report.Dialogs.StiGridColumn.#ctor(System.String,System.Boolean,System.Int32,System.Windows.Forms.HorizontalAlignment,System.String,System.String)"]

headerText
Type: SystemString

[Missing <param name="headerText"/> documentation for "M:Stimulsoft.Report.Dialogs.StiGridColumn.#ctor(System.String,System.Boolean,System.Int32,System.Windows.Forms.HorizontalAlignment,System.String,System.String)"]

nullText
Type: SystemString

[Missing <param name="nullText"/> documentation for "M:Stimulsoft.Report.Dialogs.StiGridColumn.#ctor(System.String,System.Boolean,System.Int32,System.Windows.Forms.HorizontalAlignment,System.String,System.String)"]

See Also