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

SchedulerColumnPadding Class

Represents a storage for the parameters used to specify the distance from the appointmernt’s boundary to the column’s inner border in the Day View

Namespace: DevExpress.XtraScheduler

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

Declaration

public class SchedulerColumnPadding :
    SchedulerNotificationOptions

The following members return SchedulerColumnPadding objects:

Library Related API Members
Cross-Platform Class Library DayViewAppointmentDisplayOptions.ColumnPadding
ASP.NET Bootstrap Controls BootstrapSchedulerDayViewAppointmentDisplayOptions.ColumnPadding

Remarks

A SchedulerColumnPadding instance is accessible via the DayViewAppointmentDisplayOptions.ColumnPadding property.

See Also