Back to Devexpress

DXMessageBox.Text Property

wpf-devexpress-dot-xpf-dot-core-dot-dxmessagebox-0cc2c810.md

latest1.1 KB
Original Source

DXMessageBox.Text Property

Gets or sets the text displayed within the DXMessageBox. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
String

A String value that is the text displayed within the DXMessageBox.

|

See Also

DXMessageBox Class

DXMessageBox Members

DevExpress.Xpf.Core Namespace