BarItem.Content Property
In This Article
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