CustomDisplayTextEventArgs(Object, String) Constructor
Initializes a new instance of the CustomDisplayTextEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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