Back to Devexpress

InsertAction.Content Property

wpf-devexpress-dot-xpf-dot-bars-dot-insertaction.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public object Content { get; set; }
vb
<Browsable(False)>
Public Property Content As Object

Property Value

TypeDescription
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

Bar Actions

InsertAction Class

InsertAction Members

DevExpress.Xpf.Bars Namespace