Skip to main content
All docs
V23.2

QueryDocumentEventArgs.Name Property

Returns the BaseDocument.ControlName property value of this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.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