StandaloneBarDockControl.Name Property
Gets or sets the name of the control.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(true)]
[DXCategory("Behavior")]
public string Name { get; set; }
<Browsable(True)>
<DXCategory("Behavior")>
Public Property Name As String
Property Value
Type | Description |
---|---|
String | The name of the control. |
See Also
Feedback