Skip to main content
A newer version of this page is available. .

SchedulerColumnPadding.Left Property

Gets or sets the distance of the appointment’s left edge from the column’s inner left border in the Day view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int Left { get; set; }

Property Value

Type Default Description
Int32 0

An integer, specifying the distance in pixels.

Remarks

SchedulerColumnPadding-DayView

See Also