Back to Devexpress

DXMessageBox.Caption Property

wpf-devexpress-dot-xpf-dot-core-dot-dxmessagebox-65a10eae.md

latest1.3 KB
Original Source

DXMessageBox.Caption Property

Gets or sets this DXMessageBox‘s title. 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 Caption { get; set; }
vb
Public Property Caption As String

Property Value

TypeDescription
String

A String value that is this DXMessageBox‘s title.

|

Remarks

To set the DXMessageBox‘s message, use the DXMessageBox.Text property.

See Also

Text

DXMessageBox Class

DXMessageBox Members

DevExpress.Xpf.Core Namespace