Share via


MonthlyCalendarView.GetStyleNoData method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Function GetStyleNoData ( _
    firstInRow As Boolean, _
    lastRow As Boolean, _
    separationRow As Boolean, _
    MultiDayEvent As Boolean _
) As String
'Usage
Dim firstInRow As Boolean
Dim lastRow As Boolean
Dim separationRow As Boolean
Dim MultiDayEvent As Boolean
Dim returnValue As String

returnValue = Me.GetStyleNoData(firstInRow, _
    lastRow, separationRow, MultiDayEvent)
protected virtual string GetStyleNoData(
    bool firstInRow,
    bool lastRow,
    bool separationRow,
    bool MultiDayEvent
)

Parameters

Return value

Type: System.String

See also

Reference

MonthlyCalendarView class

MonthlyCalendarView members

Microsoft.SharePoint.WebControls namespace