Skip to main content

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.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[XtraSerializableProperty]
public int Right { get; set; }

Property Value

Type Description
Int32

An integer, specifying the distance in pixels.

Remarks

SchedulerColumnPadding-DayView

See Also