Skip to main content

SchedulerControl.Ribbon Property

Gets or sets the Ribbon control containing command controls for use with the current SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public RibbonControl Ribbon { get; set; }

#Property Value

Type Description
RibbonControl

A RibbonControl instance containing command UI for the SchedulerControl.

See Also