Hi All,
I’m using infragistics controls in my window application. There I’ve number of controls like Ultragrid control, Ultrabutton control and Ultralabel etc.
Now I want to add different styles to these controls using single style sheet.
I’ve already taken one default stylesheet but It’s applying style to all my ultra controls but I don’t want that.
I want different style to each controls.
Thanks in advance
ateeqpasha
You can do this using either the StyleSetName or StyleLibraryName on the controls.
thanks
But i've small doubts in this..
StyleSetName or StyleLibraryName
StyleSetName properties is there in infragistics control.. but how to use/set StyleSetName/StyleLibraryName.
if you give me a good example, that time it's easy to undertand...
one more question what is difference between StyleSetName/StyleLibraryName and loading style Sheet in the forms....
thanks in advance