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
565
Can I set a Field content string-constant in xaml?
posted

I have a grid where I wish one value to be a fixed unchanging string.

I figured I could use an UnboundField for that, but I can't figure out any way to set the constant string value.

There's gotta be a relatively simple way to do this, right?

(As a workaround, I could bind to a constant string field on my backing data structure, but that seems silly, and I'd rather not.)