Skip to main content
A newer version of this page is available. .

BaseContentContainer.Name Property

Gets or sets the current Content Container‘s name.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public string Name { get; set; }

Property Value

Type Default Description
String *null*

A String value that specifies the current Content Container‘s name.

See Also