Sitefinity User Control Property Help Attribute
Posted on: Wed Aug 25 12:54:21 -0700 2010. Updated on: Wed Aug 25 12:55:20 -0700 2010.
Category: Telerik Controls and Sitefinity
Category: Telerik Controls and Sitefinity
In Sitefinity, when you have custom user controls and you want to give your properties those little Help question marks with text in them, you can use this:
[System.ComponentModel.Description("My Help text in here")]
public string MyProperty {get;set;}