Back to Devexpress

DialogParameters.UseDescriptionForTitle Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-e5fc59bd.md

latest1.5 KB
Original Source

DialogParameters.UseDescriptionForTitle Property

Gets or sets whether to use the Description property value as the dialog’s title.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool UseDescriptionForTitle { get; set; }
vb
Public Property UseDescriptionForTitle As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to use the Description property value as the dialog’s title; otherwise, false.

|

Remarks

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

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace