Back to Devexpress

ExceptionEventArgs.WindowCaption Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-exceptioneventargs-7fb7e296.md

latest1.8 KB
Original Source

ExceptionEventArgs.WindowCaption Property

Gets or sets the caption of the error message box.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public string WindowCaption { get; set; }
vb
Public Property WindowCaption As String

Property Value

TypeDescription
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

ErrorText

ExceptionMode

ExceptionEventArgs Class

ExceptionEventArgs Members

DevExpress.XtraEditors.Controls Namespace