[]
        
(Showing Draft Content)

C1.GanttView.CalendarMappingCollection.ReadObject

ReadObject Method

ReadObject(CustomCalendar, object, bool)

Fills CustomCalendar object with values from specified boundObject.

Declaration
protected override bool ReadObject(CustomCalendar calendar, object boundObject, bool raiseChanged)
Parameters
Type Name Description
CustomCalendar calendar

CustomCalendar object

object boundObject

Object from custom data source

bool raiseChanged

Specifies if calendar should raise Changed event during this method call

Returns
Type Description
bool

Value indicating if bound object was changed by this method.