Skip to main content

SchedulerViewBase.ContentStyleSelector Property

Gets or sets an object that chooses the view style, depending on the group type selected in the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

public StyleSelector ContentStyleSelector { get; set; }
Public Property ContentStyleSelector As StyleSelector

Property Value

Type Description
StyleSelector

A DevExpress.Xpf.Scheduler.WPFCompatibility.StyleSelector descendant that applies a style based on the group type.

Remarks

To implement custom logic for choosing the style, implement a DevExpress.Xpf.Scheduler.WPFCompatibility.StyleSelector descendant, and override its SelectStyle method. This method returns a style for the view.

See Also