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.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
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