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

CalendarHitInfo.RightArea Property

Gets the object which contains the information used to render the clock area.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CalendarAreaViewInfoBase RightArea { get; }

Property Value

Type Description
DevExpress.XtraEditors.Controls.CalendarAreaViewInfoBase

A DevExpress.XtraEditors.Controls.CalendarAreaViewInfoBase class descendant providing view information on the clock area.

Remarks

The RightArea property provides access to a DevExpress.XtraEditors.Controls.CalendarAreaViewInfoBase class descendant. The properties and methods of this object can be used to obtain all the view information available on the clock area.

See Also