InsertAction.Content Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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