RibbonControl.DefaultTemplate Property
In This Article
Gets or sets the template applied to the current RibbonControl in non-Aero mode.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
[Browsable(false)]
public ControlTemplate DefaultTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#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