CalcPreviewTextEventArgs(Int32, String) Constructor
OBSOLETE
This Constructor is obsolete now.
Creates 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
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value representing a handle of the row whose preview text is to be generated. This value is assigned to the CalcPreviewTextEventArgs.RowHandle property. |
previewText | String | A string value representing the preview text. This value is assigned to the CalcPreviewTextEventArgs.PreviewText property. |
See Also