Back to Devexpress

ASPxGridViewCustomCellMergeEventArgs Members

aspnet-devexpress-dot-web-dot-aspxgridviewcustomcellmergeeventargs-dot-underscore-members.md

latest3.8 KB
Original Source

ASPxGridViewCustomCellMergeEventArgs Members

Provides data for the ASPxGridView.CustomCellMerge event.

Fields

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

Properties

NameDescription
ColumnGets the currently processed column.
HandledSpecifies if merging of the currently processed cells is handled manually, so no default processing is required.
MergeSpecifies if the currently processed cells should be merged.
RowVisibleIndex1Gets the visible index of the row that contains the first cell currently being processed.
RowVisibleIndex2Gets the visible index of the row that contains the second cell currently being processed.
Value1Gets the value of the first cell currently being processed.
Value2Gets the value of the second cell currently being processed.

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

ASPxGridViewCustomCellMergeEventArgs Class

DevExpress.Web Namespace