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

ToolboxElementBase.Name Property

Gets or sets the name of the current component.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the name of the component.

See Also