Skip to main content

ControlCornersOptions Class

Provides options which define the characteristics of the corners for certain controls.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public class ControlCornersOptions :
    SchedulerNotificationOptions

The following members return ControlCornersOptions objects:

Remarks

It is sometimes necessary to extend the control beyond the size determined by aligning the control to its associated counterpart. Usually, this is done to fill the gap between the vertical and horizontal header controls. The corner is covered with an elongated control, resulting in a better appearance.

See Also