Skip to main content
All docs
V24.1

QueryDocumentEventArgs.Name Property

Returns the BaseDocument.ControlName property value of this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views

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