Hi everyone!!
I have a Wingrid on my APP and I need to get the Appearance of Header Row (backcolor and font).
Is there any property that I can use for this?
Thank you.
Beste regards,
Maria
Hello Maria,
If you mean the 'Caption' of the WinGrid control, at least this is what I understood from your post, you could access its appearance through:
ultraGrid1.DisplayLayout.CaptionAppearance
Please feel free to let me know if I misunderstood you or if you have any other questions.
Actually, the CaptionAppearance will not be very helpful, because it will only return properties that you set on it. It doesn't return the actual on-screen appearance. You will probably need to call a method to resolve the appearance, but it's not clear what you mean by "Header Row". So if you could clarify what you are referring to, I could probably point you to the right method and give you some sample code.