Skip to main content
Bar

BarItem.Content Property

Gets or sets the bar item's content. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
[TypeConverter(typeof(ObjectConverter))]
public object Content { get; set; }

#Property Value

Type Description
Object

The data used to represent the bar item's content.

See Also