Skip to main content

CalendarHitInfo.RightArea Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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