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

TimelineView.OptionsSelectionBehavior Property

Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public OptionsSelectionBehavior OptionsSelectionBehavior { get; }

Property Value

Type Description
OptionsSelectionBehavior

An OptionsSelectionBehavior class instance.

See Also