Back to Devexpress

XtraMessageBoxArgs.Text Property

windowsforms-devexpress-dot-xtraeditors-dot-xtramessageboxargs-1f45c3d2.md

latest1.0 KB
Original Source

XtraMessageBoxArgs.Text Property

Gets or sets the message box text.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the message box text.

|

See Also

XtraMessageBoxArgs Class

XtraMessageBoxArgs Members

DevExpress.XtraEditors Namespace