Skip to main content
All docs
V23.2

XtraCommonDialog.Title Property

Gets or sets the dialog window’s title.

Namespace: DevExpress.XtraEditors.Base

Assembly: DevExpress.XtraDialogs.v23.2.dll

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

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string Title { get; set; }

Property Value

Type Default Description
String String.Empty

The dialog window title.

See Also