Skip to main content

Bar.BarTypeName Property

Returns the bar's type name. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[Browsable(false)]
[XtraSerializableProperty]
public virtual string BarTypeName { get; set; }

#Property Value

Type Description
String

A string that specifies the bar's type name.

See Also