Skip to main content

RibbonTab.ContentTemplateSelector Property

Gets or sets the template used to display the RibbonTab‘s Caption. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "ContentTemplateSelectorChanged")]
public DataTemplateSelector ContentTemplateSelector { get; set; }

#Property Value

Type Description
DataTemplateSelector

The data template to display the RibbonTab‘s caption.

#Remarks

You can use the DataTemplateSelector or TypedDataTemplateSelector classes.

See Also