Back to Devexpress

CellMergeEventArgs Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-cellmergeeventargs-dot-underscore-members.md

latest4.2 KB
Original Source

CellMergeEventArgs Members

Provides data for the GridView.CellMerge event.

Constructors

NameDescription
CellMergeEventArgs(Int32, Int32, GridColumn)Initializes a new instance of the CellMergeEventArgs class with the specified rows and column.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
CellValue1Gets the value of the first cell being merged.
CellValue2Gets the value of the second cell being merged.
ColumnGets the column that contains the values to be merged.
HandledGets or sets whether the cell merging operation is handled and therefore no default processing is required.
MergeGets or sets whether two cells should be merged.
RowHandle1Gets the handle of the row which contains the first of two cells that are to be merged.
RowHandle2Gets the handle of the row which contains the second of two cells that are to be merged.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CellMergeEventArgs Class

DevExpress.XtraGrid.Views.Grid Namespace