Is there a way to change the FieldChooser dialog box title?
Hello paulmc28,
You can change the FieldChooser dialog box title with a ResourceCustomizer. For example:
Infragistics.Windows.DataPresenter.Resources.Customizer.SetCustomizedString("FieldChooser_Title", "フィールドの選択");
The resource name is FieldChooser_Title. A complete list of DataPresenter resource strings is available here.
Please let me know if you have any other questions about this.
Elizabeth AlbertLocalization Engineer
Hi,
Is there a way I could change the color of the title bar and insert a logo in the title in a field chooser?
I am using a field chooser with a xamdatagrid inside a WPF class library.
Thanks!