Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class SchedulerColumnPadding :
    SchedulerNotificationOptions

The following members return SchedulerColumnPadding objects:

Remarks

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

See Also