VerticalResourceHeaders.Corners Property
In This Article
Provides access to settings that characterize how the control corners should be adjusted for proper alignment with linked controls.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ControlCornersOptions Corners { get; }
#Property Value
Type | Description |
---|---|
Control |
#Remarks
The following picture illustrates the meaning of the ControlCornersOptions.Top property for the VerticalResourceHeaders control in the report designer:
See Also