Skip to main content
All docs
V25.1
  • QueryDocumentEventArgs.Caption Property

    Gets or sets the new caption of the restored Document.

    Namespace: DevExpress.XtraBars.Docking2010.Views

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public string Caption { get; set; }

    Property Value

    Type Description
    String

    The Document caption.

    Remarks

    See the BaseView.QueryDocument event description for more information.

    See Also