Skip to main content

RibbonButtonBase.Content Property

Gets or sets the ribbon button’s content. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public object Content { get; set; }

Property Value

Type Description
Object

The data that is the ribbon button’s content.

See Also