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
1250
Field Chooser Title
posted

Is there a way to change the FieldChooser dialog box title?

Parents
No Data
Reply
  • 8607
    Verified Answer
    Offline posted

    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 Albert
    Localization Engineer

Children