ExceptionEventArgs.WindowCaption Property
Gets or sets the caption of the error message box.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string value specifying the caption of the error message box. |
Remarks
The WindowCaption property specifies the caption of the message box displayed when the ExceptionEventArgs.ExceptionMode is set to ExceptionMode.DisplayError. The text for the message box is specified by the ExceptionEventArgs.ErrorText property.
See Also