Skip to main content
All docs
V25.1
  • NonUniqueControlNameException.Document Property

    Gets the document that contains the duplicate control name.

    Namespace: DevExpress.XtraBars.Docking2010.Views

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