no properties in user control
hi public
when adding a new user control ascx to the toolbox using the admin menu ( not the config file). my public properites arenot showing when editing the control.
is there a special procedure i"m missing ?
tried
virtual int NewsLimit get return this.newsLimit; set this.newsLimit = value; private int newsLimit = 8; private string _ParentFolderPath;
return _ParentFolderPath;
set
_ParentFolderPath = value;
and also
public string ParentFolderPath
get
Hi gilad,
Thank you for using our services.
Can you please try marking those properties with the [Browsable(true)] attribute?
Greetings,
Radoslav Georgiev
the Telerik team
hi
after setting the attribute the property was shown in the edit mode.
i understand it's a problem from my installation?
Hi gilad,
This is not a problem with your installation. This is how you should mark properties which should be visible in the control editor.
Greetings,
Radoslav Georgiev
the Telerik team