Objective Grid for Microsoft® .NET® Reference Guide

TableStyle Members

Back to Class Index

TableStyle overview

Public Instance Constructors

TableStyleOverloaded. Initializes a new instance of the TableStyle class.

Public Instance Properties

ColumnStyles Gets the collection of ColumnStyles contained within the TableStyle.
ItemOGStye (inherited from StyleBase) Gets or sets the Style for TableStyle or ColumnStyle object.
MappingName (inherited from StyleBase) Gets or sets the name used to map the style to a specific table or column.

Public Instance Methods

ApplyOGStyle (inherited from StyleBase) Applies properties from the ItemOGStyle property to the target style.
Clear Clears the TableStyle object.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IsEmpty Check if the ItemOGStyle is empty.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

ColumnChanged Raised when a ColumnStyle in the ColumnsStyleCollection changed.
ColumnsCollectionChanged Raised when ColumnsCollection changed.
ItemOGStyleSet (inherited from StyleBase) Raised when new value for ItemOGStyle property is set.
MappingNameChanged (inherited from StyleBase) Raised when MappingName property changed.

Protected Instance Fields

m_pColumnStyles For internal use only.
m_pOGStyle (inherited from StyleBase) Storage for the ItemOGStyle property. For internal use only.
m_strMappingName (inherited from StyleBase) Storage for the MappingName property. For internal use only.

Protected Instance Methods

ColumnMappingNameChanged Raises the ColumnMappingNameChanged event.
ColumnOGStyleSet Raises the ColumnOGStyleSet event.
ColumnReadOnlyChanged Raises the ColumnReadOnlyChanged event.
ColumnStylesCollectionChanged Raises the ColumnStylesCollectionChanged event.
ColumnTextChanged Raises the ColumnTextChanged event.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnColumnChanged Raises the ColumnChanged event.
OnColumnsCollectionChanged Raises the ColumnsCollectionChanged event.
OnItemOGStyleSet (inherited from StyleBase) Raises the ItemOGStyleSet event.
OnMappingNameChanged (inherited from StyleBase) Raises the MappingNameChanged event.

See Also

TableStyle Class | Stingray.Grid Namespace