DataGridTableStyle Methods
.NET Framework 4.5
The DataGridTableStyle type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginEdit | Requests an edit operation. |
|
CreateGridColumn(PropertyDescriptor) | Creates a DataGridColumnStyle, using the specified property descriptor. |
|
CreateGridColumn(PropertyDescriptor, Boolean) | Creates a DataGridColumnStyle using the specified property descriptor. Specifies whether the DataGridColumnStyle is a default column style. |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
Dispose() | Releases all resources used by the Component. (Inherited from Component.) |
|
Dispose(Boolean) | Disposes of the resources (other than memory) used by the DataGridTableStyle. (Overrides Component.Dispose(Boolean).) |
|
EndEdit | Requests an end to an edit operation. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
OnAllowSortingChanged | Raises the AllowSortingChanged event. |
|
OnAlternatingBackColorChanged | Raises the AlternatingBackColorChanged event. |
|
OnBackColorChanged | Raises the BackColorChanged event. |
|
OnColumnHeadersVisibleChanged | Raises the ColumnHeadersVisibleChanged event. |
|
OnForeColorChanged | Raises the ForeColorChanged event. |
|
OnGridLineColorChanged | Raises the GridLineColorChanged event. |
|
OnGridLineStyleChanged | Raises the GridLineStyleChanged event. |
|
OnHeaderBackColorChanged | Raises the HeaderBackColorChanged event. |
|
OnHeaderFontChanged | Raises the HeaderFontChanged event. |
|
OnHeaderForeColorChanged | Raises the HeaderForeColorChanged event. |
|
OnLinkColorChanged | Raises the LinkColorChanged event. |
|
OnLinkHoverColorChanged | Raises the LinkHoverColorChanged event. |
|
OnMappingNameChanged | Raises the MappingNameChanged event |
|
OnPreferredColumnWidthChanged | Raises the PreferredColumnWidthChanged event. |
|
OnPreferredRowHeightChanged | Raises the PreferredRowHeightChanged event. |
|
OnReadOnlyChanged | Raises the ReadOnlyChanged event. |
|
OnRowHeadersVisibleChanged | Raises the RowHeadersVisibleChanged event. |
|
OnRowHeaderWidthChanged | Raises the RowHeaderWidthChanged event. |
|
OnSelectionBackColorChanged | Raises the SelectionBackColorChanged event. |
|
OnSelectionForeColorChanged | Raises the SelectionForeColorChanged event. |
|
ResetAlternatingBackColor | Resets the AlternatingBackColor property to its default value. |
|
ResetBackColor | Resets the BackColor property to its default value. |
|
ResetForeColor | Resets the ForeColor property to its default value. |
|
ResetGridLineColor | Resets the GridLineColor property to its default value. |
|
ResetHeaderBackColor | Resets the HeaderBackColor property to its default value. |
|
ResetHeaderFont | Resets the HeaderFont property to its default value. |
|
ResetHeaderForeColor | Resets the HeaderForeColor property to its default value. |
|
ResetLinkColor | Resets the LinkColor property to its default value. |
|
ResetLinkHoverColor | Infrastructure. Resets the LinkHoverColor property to its default value. |
|
ResetSelectionBackColor | Resets the SelectionBackColor property to its default value. |
|
ResetSelectionForeColor | Resets the SelectionForeColor property to its default value. |
|
ShouldSerializeAlternatingBackColor | Indicates whether the AlternatingBackColor property should be persisted. |
|
ShouldSerializeBackColor | Indicates whether the BackColor property should be persisted. |
|
ShouldSerializeForeColor | Indicates whether the ForeColor property should be persisted. |
|
ShouldSerializeGridLineColor | Indicates whether the GridLineColor property should be persisted. |
|
ShouldSerializeHeaderBackColor | Indicates whether the HeaderBackColor property should be persisted. |
|
ShouldSerializeHeaderForeColor | Indicates whether the HeaderForeColor property should be persisted. |
|
ShouldSerializeLinkColor | Indicates whether the LinkColor property should be persisted. |
|
ShouldSerializeLinkHoverColor | Infrastructure. Indicates whether the LinkHoverColor property should be persisted. |
|
ShouldSerializePreferredRowHeight | Indicates whether the PreferredRowHeight property should be persisted. |
|
ShouldSerializeSelectionBackColor | Indicates whether the SelectionBackColor property should be persisted. |
|
ShouldSerializeSelectionForeColor | Indicates whether the SelectionForeColor property should be persisted. |
|
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |