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!

DataGridValueColumn Properties

The properties of the DataGridValueColumn class are listed below. For a complete list of DataGridValueColumn class members, see the DataGridValueColumn 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 (inherited from DataGridColumn) Gets or sets the font that is used to display text in the column.
ForeColor (inherited from DataGridColumn) Gets or sets the foreground color of the column.
Header (inherited from DataGridColumn) Gets or sets the text of the column header.
InnerValueEditor [To be supplied.]
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.
ValueEditor Returns the value editor being used.
ValueEditorType The value editor type being used. Setting this property creates a new value editor.
ValueType [To be supplied.]
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

DataGridValueColumn Class | System.WinForms Namespace