MinDaySlotWidth Property (C1Schedule)
In This Topic
Gets or sets the
System.Int32 value determining the minimal width of day slots in TimeLine view when
TimeLineStyle is
TimeLineStyleEnum.Days. Default value is -1. If this property is set to default value, slot width is determined automatically according to current view settings and style options.
Syntax
'Declaration
Public Property MinDaySlotWidth As System.Integer
public System.int MinDaySlotWidth {get; set;}
See Also