DayViewAppointmentDisplayOptions.ColumnPadding Property
Enables you to specify appointment column paddings in the Day View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
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:
Object Type | Path to ColumnPadding |
---|---|
SchedulerDayViewAppointmentDisplayOptions |
|
Remarks
See Also