public class DataGridTableStyle : INotifyPropertyChanged,
IDisposablePublic Class DataGridTableStyle
Implements INotifyPropertyChanged, IDisposable| DataGridTableStyle | Initializes a new instance of the DataGridTableStyle class. |
| GridColumnStyles | Gets the collection of columns drawn for this table. |
| GridRowStyles | Gets the collection of Rows drawn for this table. |
| MappingName | Gets or sets the name used to map this table to a specific data source. |
| Clear | Clears the GridColumnStylesCollection and GridRowStylesCollection. |
| Dispose | Disposes all resources used by this object. |
| Dispose(Boolean) | Disposes unmanaged and possibly managed resources used by this object. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructs this object by calling its Dispose(Boolean) method.
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnEditControlCreated | Rises the EditControlCreated event. |
| OnPropertyChanged | Fires PropertyChanged event. |
| ResetMappingName | Sets the MappingName to the default value. |
| ShouldSerializeMappingName | Indicates whether the MappingName property should be serialized by Visual Studio designer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| EditControlCreated | Fired, when a DataGridColumn with and edit control is added to the table style. |
| PropertyChanged | Occurs when a property value changes. |