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

DayViewAppointmentDisplayOptions.ColumnPadding Property

Enables you to specify appointment column paddings 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

public SchedulerColumnPadding ColumnPadding { get; }

Property Value

Type Description
SchedulerColumnPadding

A SchedulerColumnPadding instance specifying column paddings.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Library Object Type Path to ColumnPadding
WinForms Controls DayView
.AppointmentDisplayOptions .ColumnPadding
FullWeekView
.AppointmentDisplayOptions .ColumnPadding
DayViewTimeCells
.AppointmentDisplayOptions .ColumnPadding
WorkWeekView
.AppointmentDisplayOptions .ColumnPadding
WPF Controls SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject .ColumnPadding
ASP.NET Bootstrap Controls BootstrapDayView
.AppointmentDisplayOptions .ColumnPadding
BootstrapFullWeekView
.AppointmentDisplayOptions .ColumnPadding
BootstrapWorkWeekView
.AppointmentDisplayOptions .ColumnPadding
ASP.NET Web Forms Controls DayView
.AppointmentDisplayOptions .ColumnPadding
FullWeekView
.AppointmentDisplayOptions .ColumnPadding
WorkWeekView
.AppointmentDisplayOptions .ColumnPadding
ASP.NET MVC Extensions MVCxSchedulerDayView
.AppointmentDisplayOptions .ColumnPadding
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions .ColumnPadding
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions .ColumnPadding

Remarks

ColumnPadding

See Also