Skip to main content
Bar

InsertAction.Content Property

Gets or sets the bar or ribbon item that should be inserted into the target container (toolbar, ribbon page, etc). This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public object Content { get; set; }

Property Value

Type Description
Object

An Object that is the bar or ribbon item that should be inserted into the target container (toolbar, ribbon page, etc).

Remarks

See InsertAction to learn more.

See Also