NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridTextBoxColumn Properties

The properties of the DataGridTextBoxColumn class are listed below. For a complete list of DataGridTextBoxColumn class members, see the DataGridTextBoxColumn Members topic.

Public:

Alignment (inherited from DataGridColumn) Gets or sets the alignment of text in a column.
AlternatingBackColor (inherited from DataGridColumn) Gets or sets the background color of alternating rows for a ledger appearance.
BackColor (inherited from DataGridColumn) Gets or sets the background color of the column.
DataGrid (inherited from DataGridColumn) Gets the TBD control that the DataGridColumn belongs to.
DataGridTable (inherited from DataGridColumn) Gets the DataGridTable for the column.
Font Sets the font for the control hosted by the DataGridTextBoxColumn.
ForeColor (inherited from DataGridColumn) Gets or sets the foreground color of the column.
Format [To be supplied.]
Header (inherited from DataGridColumn) Gets or sets the text of the column header.
NullText (inherited from DataGridColumn) Gets or sets the text that is displayed when the column contains a null value.
PropertyDescriptor (inherited from DataGridColumn) Gets or sets the DataColumn that determines the attributes of data displayed by the DataGridColumn.
ReadOnly (inherited from DataGridColumn) Gets or sets a value indicating whether the data in the column cannot be edited.
Site (inherited from Component) Gets or sets the site of the Component.
TextBox Gets the hosted TextBox control.
Width (inherited from DataGridColumn) Gets or sets the width of the column.

Protected:

BackBrush (inherited from DataGridColumn) [To Editor: I think this is going away.]

Gets or sets the background color of the column.

FontHeight (inherited from DataGridColumn) Gets the height of the column's font.

See Also

DataGridTextBoxColumn Class | System.WinForms Namespace