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
Support and Learning
Productivity and Design Tools
Dim
startdate
As
New
PropertyStoreItem(
GetType
(RadTimePicker),
"Start date"
, DateTime.Now,
""
,
"Dates"
False
)
radPropertyGrid1 =
new
RadPropertyGrid();
radPropertyGrid1.Dock = DockStyle.Fill;
radPropertyGrid1.Parent =
this
;
PropertyStoreItem dateItem =
typeof
(DateTime),
"Start Date"
false
);
RadPropertyStore store =
RadPropertyStore();
store.Add(dateItem);
.radPropertyGrid1.SelectedObject = store;
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.