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

More...

Inheritance diagram for Ext.Net.DayView.Builder< TDayView, TBuilder >:
Ext.Net.Container.Builder< TDayView, TBuilder >

Public Member Functions

 Builder (TDayView component)
 
virtual TBuilder DayCount (int dayCount)
 The number of days to display in the view (defaults to 1). Only values from 1 to 7 are allowed. More...
 
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...
 
 Builder ()
 
 Builder (DayView component)
 
 Builder (DayView.Config config)
 
- Public Member Functions inherited from Ext.Net.Container.Builder< TDayView, TBuilder >
 Builder (TContainer component)
 
 Builder ()
 
 Builder (Container component)
 
 Builder (Container.Config config)
 
virtual TBuilder Listeners (Action< ContainerListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< ContainerDirectEvents > action)
 Server-side Ajax Event Handlers More...
 

Static Public Member Functions

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

Detailed Description

Type Constraints
TDayView :DayView 
TBuilder :Builder 
TBuilder :TDayView 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.DayView.Builder< TDayView, TBuilder >.Builder ( TDayView  component)
inline

◆ Builder() [2/4]

Ext.Net.DayView.Builder< TDayView, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.DayView.Builder< TDayView, TBuilder >.Builder ( DayView  component)
inline

◆ Builder() [4/4]

Ext.Net.DayView.Builder< TDayView, TBuilder >.Builder ( DayView.Config  config)
inline

Member Function Documentation

◆ DayCount()

virtual TBuilder Ext.Net.DayView.Builder< TDayView, TBuilder >.DayCount ( int  dayCount)
inlinevirtual

The number of days to display in the view (defaults to 1). Only values from 1 to 7 are allowed.

Reimplemented in Ext.Net.WeekView.Builder< TWeekView, TBuilder >.

◆ DDCreateEventText()

virtual TBuilder Ext.Net.DayView.Builder< TDayView, TBuilder >.DDCreateEventText ( string  dDCreateEventText)
inlinevirtual

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)

◆ DDMoveEventText()

virtual TBuilder Ext.Net.DayView.Builder< TDayView, TBuilder >.DDMoveEventText ( string  dDMoveEventText)
inlinevirtual

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)

◆ operator Builder()

static implicit Ext.Net.DayView.Builder< TDayView, TBuilder >.operator Builder ( DayView  component)
inlinestatic

◆ ShowTime()

virtual TBuilder Ext.Net.DayView.Builder< TDayView, TBuilder >.ShowTime ( bool  showTime)
inlinevirtual

True to display the current time in today's box in the calendar, false to not display it (defautls to true)

◆ ShowTodayText()

virtual TBuilder Ext.Net.DayView.Builder< TDayView, TBuilder >.ShowTodayText ( bool  showTodayText)
inlinevirtual

True to display the todayText string in today's box in the calendar, false to not display it (defautls to true)

◆ TodayText()

virtual TBuilder Ext.Net.DayView.Builder< TDayView, TBuilder >.TodayText ( string  todayText)
inlinevirtual

The text to display in the current day's box in the calendar when showTodayText is true (defaults to 'Today')


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