Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic About Calendar.LicenseKey (Read 3106 times)
e-doe132
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Dec 17th, 2021
About Calendar.LicenseKey
Dec 18th, 2021 at 2:24am
Print Post  
Can someone tell where can I find the "Calendar.LicenseKey" properties?
  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Online


tech.support

Posts: 3148
Joined: Oct 19th, 2005
Re: About Calendar.LicenseKey
Reply #1 - Dec 20th, 2021 at 8:00am
Print Post  
It's a property of the Calendar class -
https://www.mindfusion.eu/onlinehelp/webplanner/index.htm?P_MindFusion_Schedulin...

You could set it either in the aspx file or code behind -

Code
Select All
<MindFusion:Calendar LicenseKey="XXX" />
....
void Page_Load(object sender, EventArgs e)
{
    _calendar.LicenseKey = "XXX";
} 



Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint