Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ControlCornersOptions Class

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.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