Skip to main content

BaseContentContainer.Name Property

Gets or sets the current Content Container‘s name.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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