Thursday, June 23, 2016

Make up your own inline attributes at the tag for a DevExpress ASPxCheckBox!

Do DataBinder.Eval stuff to make a setting and then fish out the setting on the C# side like this!

var checky = (ASPxCheckBox)whatever.FindControl("Whatever");
var attrib = Covert.ToInt32(checky.Attributes["MyMagicString"]);

No comments:

Post a Comment