Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
330
XamMultiColumnComboEditor IsReadOnly?
posted

Is there alternative to IsEnable like IsReadOnly in WinForms controls?

  • 138253
    Offline posted

    Hello Javier,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

  • 138253
    Offline posted

    Hello Javier,

     

    Thank you for your post. I have been looking into it and I can say that you can suggest you set the IsReadOnly Property of the SpecializedTextBox that is inside the XamMultiColumnComboEditor. You can do it via Style, like this:

     

    <Style xmlns:igPrim="http://schemas.infragistics.com/xaml/primitives" TargetType="{x:Type igPrim:SpecializedTextBox}">
        <Setter Property="IsReadOnly" Value="True"/>
    </Style>

     

    Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.