Skip to main content

RibbonCustomItem.ContentTemplate Property

Gets or sets the template used to display the ribbon custom item’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 = "OnContentTemplateChanged")]
public DataTemplate ContentTemplate { get; set; }

#Property Value

Type Description
DataTemplate

The data template to display the ribbon custom item’s content.

See Also