Gets/sets the border style that is used by the day headers.
This example uses the BorderStyleDayHeader property to hide the day header border by setting the property to 'None'.
Imports Infragistics.Win
Imports Infragistics.Win.UltraWinSchedule
Imports Infragistics.Win.UltraWinSchedule.WeekView
Private Sub HideDayHeaderBorder()
Me.ultraWeekView1.BorderStyleDayHeader = UIElementBorderStyle.None
End Sub
'Declaration
Public Property BorderStyleDayHeader As Infragistics.Win.UIElementBorderStyle
using Infragistics.Win;
using Infragistics.Win.UltraWinSchedule;
using Infragistics.Win.UltraWinSchedule.WeekView;
using System.Diagnostics;
private void HideDayHeaderBorder()
{
this.ultraWeekView1.BorderStyleDayHeader = UIElementBorderStyle.None;
}
'Declaration
Public Property BorderStyleDayHeader As Infragistics.Win.UIElementBorderStyle
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2