Skip to main content

ReadOnlyFormFieldProperties.ExitMacro Property

Gets the name of the exit macro (runs when the form field loses focus) associated with the form field.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

string ExitMacro { get; }

Property Value

Type Description
String

A string value that is the exit macro name.

See Also