Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExceptionEventArgs.WindowCaption Property

Gets or sets the caption of the error message box.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

#Declaration

public string WindowCaption { get; set; }

#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