Objective Grid for Microsoft® .NET® Reference Guide

StyleBase Members

Back to Class Index

StyleBase overview

Public Instance Properties

ItemOGStye Gets or sets the Style for TableStyle or ColumnStyle object.
MappingName Gets or sets the name used to map the style to a specific table or column.

Public Instance Methods

ApplyOGStyle Applies properties from the ItemOGStyle property to the target style.
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 TableStyle or ColumnStyle is empty.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

ItemOGStyleSet Raised when new value for ItemOGStyle property is set.
MappingNameChanged Raised when MappingName property changed.

Protected Instance Constructors

StyleBase ConstructorInitializes a new instance of the StyleBase class.

Protected Instance Fields

m_pOGStyle Storage for the ItemOGStyle property. For internal use only.
m_strMappingName Storage for the MappingName property. For internal use only.

Protected Instance Methods

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.
OnItemOGStyleSet Raises the ItemOGStyleSet event.
OnMappingNameChanged Raises the MappingNameChanged event.

See Also

StyleBase Class | Stingray.Grid Namespace