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
240
styling for UltraPanel
posted

Hi

How can I add the UltraPanel BackColor proprty in component style (ISL)

this is not working for the Infragistics controls;

 

 

 <componentStyle name="UltraPanel">

          <properties>

            <property name="BackColor" colorCategory="{Default}">Black</property>

          </properties>

        </componentStyle>

?

Parents
No Data
Reply
  • 240
    posted

    SOLVED

     

     

    <styles>

            <style role="UltraPanel">

              <states>

                <state name="Normal" backColor="90, 90, 90"  />

              </states>

            </style>

          </styles>

     

     

     

Children
No Data