RibbonTab.ContentTemplate Property
In This Article
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "ContentTemplateChanged")]
public DataTemplate ContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The data template to display the Ribbon |
See Also