[]
Gets or sets the int value determining the minimal width of day slots in TimeLine view when TimeLineStyle is 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.
[C1Category("Layout")]
[C1Description("MinDaySlotWidth", "Determines the minimal width of day slots in TimeLine view when TimeLineStyle is TimeLineStyleEnum.Days.")]
public int MinDaySlotWidth { get; set; }
<C1Category("Layout")>
<C1Description("MinDaySlotWidth", "Determines the minimal width of day slots in TimeLine view when TimeLineStyle is TimeLineStyleEnum.Days.")>
Public Property MinDaySlotWidth As Integer
The actual width might be bigger depending on used font size.