Is there an interface that contains the Read Only Property that is shared across all Editor Controls. Since they all have Read Only but they don't share the same base I am hoping there is an interface that exposes the Read Only Property?
Hi,
No, there is no such interface. But the property does exist on two base classes.
UltraWinEditorMaskedControlBase
and
TextEditorControlBase
Those two classes both derive from EditorButtonControlBase. So why the property is not defined on the base class is probably an oversight. But it should be pretty simple to use those two base classes.
Thanks Mike.
2 classes are better than the 7 controls we are using.
I'm going to ask Infragistics Developer Support to write this up as a bug so we can look into it and maybe promote the property up to the common base class.
Joby,
I have submitted this issue to our development team for further review. The reference number for this issue is 164946. A support case has also been opened for this issue with reference number CAS-132126-V9L5X6. You will receive more information on this issue from the support case.