BarItemLinkMenuHeader.Content Property
OBSOLETE
This property is obsolete. Use the UserContent property instead.
Gets or sets a BarItemLinkMenuHeader‘s caption.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
[Obsolete("This property is obsolete. Use the UserContent property instead.")]
public object Content { get; set; }
Property Value
Type | Description |
---|---|
Object | An object, that is the BarItemLinkMenuHeader‘s caption. |
Remarks
The Content defines a caption for the BarItemLinkMenuHeader object. Generally, define the Content property value as a string to display text within the BarItemLinkMenuHeader. If any other object is set as a Content, you may probably want to use a template to visualize this object. In this case, use the BarItemLinkMenuHeader.ContentTemplate property.
See Also