The event handler receives an argument of type CustomDisplayTextEventArgs containing data related to this event.
The following
CustomDisplayTextEventArgs properties provide information specific to this event.
Property |
Description |
DisplayText |
Gets or sets an editor's display text.
|
Value |
Gets an editor's current value.
|
The CustomDisplayText event can be used to provide custom display text for an editor. To provide custom text, assign it to the event's DisplayText parameter.
The editor's CustomDisplayText event is equivalent to the RepositoryItem.CustomDisplayText event available via the Properties object. See RepositoryItem.CustomDisplayText for more details.