DataGridTableStyle Class

Represents the table drawn by the DataGrid control at run time.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class DataGridTableStyle : INotifyPropertyChanged, 
	IDisposable
Inheritance
Object    DataGridTableStyle
Implements
INotifyPropertyChanged, IDisposable

Constructors

DataGridTableStyle Initializes a new instance of the DataGridTableStyle class.

Properties

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.

Methods

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.
EqualsDetermines 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

EditControlCreated Fired, when a DataGridColumn with and edit control is added to the table style.
PropertyChanged Occurs when a property value changes.

See Also