I am working with dev ex controls and on a menu bar item there isnt a property for setting the button to Visible or not Not Visible.
Can you add properties like this to pre made controls? If so how would you do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If allowed (control class not marked as sealed), you should create another control that inherits from your dev ex control in order to add extra properties.