Skip to main content

CustomDisplayTextEventArgs(Object, String) Constructor

Initializes a new instance of the CustomDisplayTextEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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