Skip to main content

GroupColumnSummaryData Members

Contains information about group summaries aligned by columns.

Constructors

Name Description
GroupColumnSummaryData(CellControl) Initializes a new instance of the GroupColumnSummaryData class with specified settings.

Properties

Name Description
Column Gets the grid column. Inherited from CellData.
HasValue
IsFocused Gets whether the cell is focused. Inherited from CellData.
IsSelected Gets whether the cell is selected. Inherited from CellData.
RightHasValue
Row Gets a record in a data source. Inherited from CellData.
RowData Gets information about the data row. Inherited from CellData.
SelectionState Gets the cell’s selection state: focused, selected, focused and selected, or neither. Inherited from CellData.
Text Gets or sets the text displayed in the cell. Inherited from CellData.
UnboundData Gets the row’s unbound values. Inherited from CellData.
ValidationError Gets information about the cell’s validation error. Inherited from CellData.
ValidationErrorImage Gets the image displayed in a cell if it is invalid. Inherited from CellData.
ValidationErrorText Gets the cell’s validation error text. Inherited from CellData.
Value Gets or sets the cell’s value. Inherited from CellData.

Methods

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when any of the CellData class properties’ values change. Inherited from CellData.
See Also