Skip to main content
All docs
V26.1
  • CustomRecordDisplayTextEventArgs(Int32, RowProperties, Object, String) Constructor

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

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    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