NonUniqueControlNameException.Document Property
In This Article
Gets the document that contains the duplicate control name.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BaseDocument Document { get; }
#Property Value
Type | Description |
---|---|
Base |
The document that contains the duplicate control name. |
See Also