Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
You can achieve this behaviour by using an Attribute. First you need to reference the DataAnotations assembly:
using
System.ComponentModel.DataAnnotations;
[Editable(
false
, AllowInitialValue =
true
) ]
public
string
Name
{...
}