Back to Devexpress

XtraCommonDialog.Title Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog-2ffda2af.md

latest1.3 KB
Original Source

XtraCommonDialog.Title Property

Gets or sets the dialog window’s title.

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string Title { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property Title As String

Property Value

TypeDefaultDescription
StringString.Empty

The dialog window title.

|

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace