ControlCornersOptions.Bottom Property
Gets or sets an indent from the bottom corner.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(0)]
public int Bottom { get; set; }
<XtraSerializableProperty>
<DefaultValue(0)>
Public Property Bottom As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Bottom |
---|---|
DayViewTimeRuler |
|
VerticalResourceHeaders |
|
See Also
Feedback