Skip to main content
All docs
V24.1

NonUniqueControlNameException.ControlName Property

Gets or sets the duplicate control name.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public string ControlName { get; set; }

Property Value

Type Description
String

The duplicate control name.

See Also