CalcPreviewTextEventArgs(Int32, Int32, Object, String) Constructor
Initializes a new instance of the CalcPreviewTextEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
public CalcPreviewTextEventArgs(
int dataSourceRowIndex,
int rowHandle,
object row,
string previewText
)
Parameters
Name | Type | Description |
---|---|---|
dataSourceRowIndex | Int32 | The index of the row in the underlying data source. This value is assigned to the CalcPreviewTextEventArgs.DataSourceRowIndex property. |
rowHandle | Int32 | The index of the row in the View. This value is assigned to the CalcPreviewTextEventArgs.RowHandle property. |
row | Object | An object that specifies the currently processed row. This value is assigned to the CalcPreviewTextEventArgs.Row property. |
previewText | String | The current preview text. This value is assigned to the CalcPreviewTextEventArgs.PreviewText property. |