Search Results

1
vote
1answer
166 views

Why do I see ‘Restricted’ in my DevExpress.XtraEditors.DateEdit control

From a customer site we have a screenshot of one of our DevExpress date controls (DateEdit) showing the text 'Restricted' where the date is normally shown, has anybody seen this or know why it migh …
0
votes

Int To String?

John this is off topic but have you considered with this method to pass in a class made up of each of the sub items to add. So: class ListItem { public string Name {get; set;} p …