Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Obsolete]
public CalcPreviewTextEventArgs(
    int rowHandle,
    string previewText
)

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