Custom Property for Contentblock
Hi all,
i hope somebody can help me.
I want to add a "bool" Property to the ContentBlock-Widget, which we can set in the Backend and work with it programmaticly.
As Example:
Property "IsHighlight" :: bool
1.
ContentBlock cb = (ContentBlock)control;
2.
if
(cb.IsHighlight) ...
Hi Patrick Riehmers,
Thank you for using our services.
This forum post explains how to inherit from the ContentBlock control. This forum post explains how to create a custom control designer for it.
All the best,
Radoslav Georgiev
the Telerik team