CalcPreviewTextEventArgs(Int32, String) Constructor
Obsolete. Creates a new instance of the CalcPreviewTextEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[Obsolete]
public CalcPreviewTextEventArgs(
int rowHandle,
string previewText
)
<Obsolete>
Public Sub New(
rowHandle As Integer,
previewText As String
)
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
Feedback