[]
Fills CustomCalendar object with values from specified boundObject.
protected override bool ReadObject(CustomCalendar calendar, object boundObject, bool raiseChanged)
| 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 |
| Type | Description |
|---|---|
| bool | Value indicating if bound object was changed by this method. |