Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
public ControlTemplate DefaultTemplate { get; set; }

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