Skip to main content
All docs
V23.2

CustomRecordDisplayTextEventArgs(Int32, RowProperties, Object, String) Constructor

Initializes a new instance of the CustomRecordDisplayTextEventArgs class with specified settings.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public CustomRecordDisplayTextEventArgs(
    int record,
    RowProperties properties,
    object value,
    string displayText
)

Parameters

Name Type Description
record Int32

The record index.

properties RowProperties

The row’s properties.

value Object

The cell value.

displayText String

Text displayed in the cell.

See Also