Back to Devexpress

ControlCornersOptions Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-49923ebf.md

latest2.0 KB
Original Source

ControlCornersOptions Class

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class ControlCornersOptions :
    SchedulerNotificationOptions
vb
Public Class ControlCornersOptions
    Inherits 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.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions ControlCornersOptions

See Also

ControlCornersOptions Members

DevExpress.XtraScheduler.Reporting Namespace