Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.CalendarModel Class Reference

This is the Record specification for calendar items used by the CalendarPanel's calendar store. If your model fields are named differently you should update the mapping configs accordingly. The only required fields when creating a new calendar record instance are CalendarId and Title. All other fields are either optional or will be defaulted if blank. More...

Properties

virtual ? int CalendarId [get, set]
 
virtual string Title [get, set]
 
virtual string Description [get, set]
 
virtual ? bool IsHidden [get, set]
 

Detailed Description

This is the Record specification for calendar items used by the CalendarPanel's calendar store. If your model fields are named differently you should update the mapping configs accordingly. The only required fields when creating a new calendar record instance are CalendarId and Title. All other fields are either optional or will be defaulted if blank.

Property Documentation

◆ CalendarId

virtual ? int Ext.Net.CalendarModel.CalendarId
getset

◆ Description

virtual string Ext.Net.CalendarModel.Description
getset

◆ IsHidden

virtual ? bool Ext.Net.CalendarModel.IsHidden
getset

◆ Title

virtual string Ext.Net.CalendarModel.Title
getset


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