Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.WeekView.Builder< TWeekView, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.WeekView.Builder< TWeekView, TBuilder >:
Ext.Net.DayView.Builder< TWeekView, TBuilder >

Public Member Functions

 Builder (TWeekView component)
 
virtual TBuilder DayCount (int dayCount)
 The number of days to display in the view (defaults to 7) More...
 
virtual TBuilder StartDay (int startDay)
 The 0-based index for the day on which the calendar week begins (0=Sunday, which is the default) More...
 
 Builder ()
 
 Builder (WeekView component)
 
 Builder (WeekView.Config config)
 
- Public Member Functions inherited from Ext.Net.DayView.Builder< TWeekView, TBuilder >
 Builder (TDayView component)
 
 Builder ()
 
 Builder (DayView component)
 
 Builder (DayView.Config config)
 
virtual TBuilder DDCreateEventText (string dDCreateEventText)
 The text to display inside the drag proxy while dragging over the calendar to create a new event (defaults to 'Create event for {0}' where {0} is a date range supplied by the view) More...
 
virtual TBuilder DDMoveEventText (string dDMoveEventText)
 The text to display inside the drag proxy while dragging an event to reposition it (defaults to 'Move event to {0}' where {0} is the updated event start date/time supplied by the view) More...
 
virtual TBuilder ShowTime (bool showTime)
 True to display the current time in today's box in the calendar, false to not display it (defautls to true) More...
 
virtual TBuilder ShowTodayText (bool showTodayText)
 True to display the todayText string in today's box in the calendar, false to not display it (defautls to true) More...
 
virtual TBuilder TodayText (string todayText)
 The text to display in the current day's box in the calendar when showTodayText is true (defaults to 'Today') More...
 

Static Public Member Functions

static implicit operator Builder (WeekView component)
 
- Static Public Member Functions inherited from Ext.Net.DayView.Builder< TWeekView, TBuilder >
static implicit operator Builder (DayView component)
 

Detailed Description

Type Constraints
TWeekView :WeekView 
TBuilder :Builder 
TBuilder :TWeekView 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.WeekView.Builder< TWeekView, TBuilder >.Builder ( TWeekView  component)
inline

◆ Builder() [2/4]

Ext.Net.WeekView.Builder< TWeekView, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.WeekView.Builder< TWeekView, TBuilder >.Builder ( WeekView  component)
inline

◆ Builder() [4/4]

Ext.Net.WeekView.Builder< TWeekView, TBuilder >.Builder ( WeekView.Config  config)
inline

Member Function Documentation

◆ DayCount()

virtual TBuilder Ext.Net.WeekView.Builder< TWeekView, TBuilder >.DayCount ( int  dayCount)
inlinevirtual

The number of days to display in the view (defaults to 7)

Reimplemented from Ext.Net.DayView.Builder< TWeekView, TBuilder >.

◆ operator Builder()

static implicit Ext.Net.WeekView.Builder< TWeekView, TBuilder >.operator Builder ( WeekView  component)
inlinestatic

◆ StartDay()

virtual TBuilder Ext.Net.WeekView.Builder< TWeekView, TBuilder >.StartDay ( int  startDay)
inlinevirtual

The 0-based index for the day on which the calendar week begins (0=Sunday, which is the default)


The documentation for this class was generated from the following file: