Skip to main content
All docs
V23.2

ThemedMessageBoxParameters.AllowTextSelection Property

Gets or sets whether to allow users to select text in the ThemedMessageBox.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowTextSelection { get; set; }

Property Value

Type Default Description
Boolean false

true to allow users to select text in the ThemedMessageBox; otherwise, false.

Remarks

Refer to the following help topic for more information: ThemedMessageBox.

See Also