dbicDayView Send comments on this topic.
ColumnBuffer Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ColumnBuffer Property

Determines a buffer size on the right side of a column where an appointment may not appear.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ColumnBuffer As Integer
C# 
public virtual int ColumnBuffer {get; set;}

Property Value

Integer 

Remarks

This property value indicates, in pixels, the amount to offset the appointments.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also