DataGridColumnStyle Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Alignment | Gets or sets the alignment of text in a column. |
| Container | Gets the IContainer that contains the Component. (inherited from Component) |
| DataGridTableStyle | Gets the DataGridTableStyle for the column. |
| HeaderAccessibleObject | Gets the AccessibleObject for the column. |
| HeaderText | Gets or sets the text of the column header. |
| MappingName | Gets or sets the name of the data member to map the column style to. |
| NullText | Gets or sets the text that is displayed when the column contains a null reference (Nothing in Visual Basic). |
| PropertyDescriptor | Gets or sets the PropertyDescriptor that determines the attributes of data displayed by the DataGridColumnStyle. |
| ReadOnly | Gets or sets a value indicating whether the data in the column can be edited. |
| Site | Gets or sets the ISite of the Component. (inherited from Component) |
| Width | Gets or sets the width of the column. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (inherited from Component) |
| 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. |