VGridControlBase.GetCellDisplayText(MultiEditorRow, Int32, Int32) Method
Returns the display text of the specified cell within the multi-editor row.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public string GetCellDisplayText(
MultiEditorRow meRow,
int recordIndex,
int cellIndex
)
#Parameters
Name | Type | Description |
---|---|---|
me |
Multi |
A Multi |
record |
Int32 | A zero-based integer that specifies the index of the record which contains the cell. |
cell |
Int32 | A zero-based integer that specifies the cell’s index. |
#Returns
Type | Description |
---|---|
String | A String value that represents the cell’s display text. |
#Remarks
The GetCellDisplayText
method returns a textual representation of a cell value. The returned string is formatted according to the RowProperties.DisplayFormat property.
To obtain the cell value, use the VGridControlBase.GetCellValue method.
For information on multi-editor rows, read the following help topic: Rows.