Skip to main content

DayViewTimeRuler.Corners Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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