Skip to main content
A newer version of this page is available. .
All docs
V22.1

QueryDocumentEventArgs.Name Property

Returns the BaseDocument.ControlName property value of this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public string Name { get; }

Property Value

Type Description
String

The BaseDocument.ControlName property value of this Document.

Remarks

See the BaseView.QueryDocument event description for more information.

See Also