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

CustomDisplayTextEventArgs(Object, String) Constructor

Initializes a new instance of the CustomDisplayTextEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CustomDisplayTextEventArgs(
    object value,
    string displayText
)

Parameters

Name Type Description
value Object

An object that represents an editor’s value. This value is assigned to the CustomDisplayTextEventArgs.Value property.

displayText String

A string that represents an editor’s display text. This value is assigned to the CustomDisplayTextEventArgs.DisplayText property.

See Also