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

DayViewTimeRuler.Corners Property

Provides access to the options defined for proper alignment of the DayViewTimeRuler control.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll

Declaration

public ControlCornersOptions Corners { get; }

Property Value

Type Description
ControlCornersOptions

A ControlCornersOptions object, containing options for the time ruler corners.

Remarks

The following picture illustrates the meaning of the ControlCornersOptions.Top property for the DayViewTimeRuler control in the report designer:

Corner

See Also