Hello,
Is there a way to change header text of child column layouts? I can only set its visibility by setting ColumnLayoutHeaderVisibility to Never. I use reflected types to fill grid and I wouldn't like to see titles like "Z123456sdfsdf" on layout header. I'm not talking about column headers but layout header itself.
Thank you.
Off the ColumnLayout is a .HeaderText property which can be set to an appropriate string.
Thank you very much