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

SchedulerColumnPadding.Right Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[DefaultValue(2)]
public int Right { get; set; }

Property Value

Type Default Description
Int32 2

An integer, specifying the distance in pixels.

Remarks

SchedulerColumnPadding-DayView

See Also