While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Gravatar

Oscar Zatarain

# Reply

Thanks for the tutorial I'm a little (much) confused due to I'm new doing this things, can you help me with this scenario?:

I need to create a component ControlValidator : It provides a property called 'Validator', 'Validator' type is ValidatorBase

I want to display the property 'Validator' in the designer as a Combo that displays 'None, Required Field, Regular Expression',

Where: None = No Validations Required Field = Class that extends from ValidatorBase Regular Expression = Class that extends from ValidatorBase

Is there a way to achieve this?