Skip to main content
All docs
V24.1

NonUniqueControlNameException.Document Property

Gets the document that contains the duplicate control name.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseDocument Document { get; }

Property Value

Type Description
BaseDocument

The document that contains the duplicate control name.

See Also