DataGridTextBoxColumn Properties
.NET Framework 4.5
The DataGridTextBoxColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
Alignment | Gets or sets the alignment of text in a column. (Inherited from DataGridColumnStyle.) |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DataGridTableStyle | Gets the DataGridTableStyle for the column. (Inherited from DataGridColumnStyle.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
FontHeight | Gets the height of the column's font. (Inherited from DataGridColumnStyle.) |
|
Format | Gets or sets the character(s) that specify how text is formatted. |
|
FormatInfo | Gets or sets the culture specific information used to determine how values are formatted. |
|
HeaderAccessibleObject | Infrastructure. Gets the AccessibleObject for the column. (Inherited from DataGridColumnStyle.) |
|
HeaderText | Gets or sets the text of the column header. (Inherited from DataGridColumnStyle.) |
|
MappingName | Gets or sets the name of the data member to map the column style to. (Inherited from DataGridColumnStyle.) |
|
NullText | Gets or sets the text that is displayed when the column contains null. (Inherited from DataGridColumnStyle.) |
|
PropertyDescriptor | Gets or sets the PropertyDescriptor for the DataGridTextBoxColumn. (Overrides DataGridColumnStyle.PropertyDescriptor.) |
|
ReadOnly | Sets a value indicating whether the text box column is read-only. (Overrides DataGridColumnStyle.ReadOnly.) |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
TextBox | Gets the hosted TextBox control. |
|
Width | Gets or sets the width of the column. (Inherited from DataGridColumnStyle.) |