Back to Devexpress

RibbonControl.DefaultTemplate Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-af5da65a.md

latest1.8 KB
Original Source

RibbonControl.DefaultTemplate Property

Gets or sets the template applied to the current RibbonControl in non-Aero mode.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public ControlTemplate DefaultTemplate { get; set; }
vb
<Browsable(False)>
Public Property DefaultTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object applied to the current RibbonControl in non-Aero mode.

|

Remarks

The DefaultTemplate is applied to a RibbonControl when the Ribbon is not hosted within a DXRibbonWindow whose DXWindow.IsAeroMode equals true. Otherwise, use the RibbonControl.AeroTemplate property instead.

See Also

AeroTemplate

IsAeroMode

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace