Skip to main content
All docs
V25.1
  • XtraCommonDialog.Title Property

    Gets or sets the dialog window’s title.

    Namespace: DevExpress.XtraEditors.Base

    Assembly: DevExpress.XtraDialogs.v25.1.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