Current filter:
                                You should refresh the page.
                                0
                                  • Steps to Reproduce:

                                    private string _Tier01ProratedAmount;

                                            public string Tier01ProratedAmount {

                                                get { return _Tier01ProratedAmount; }

                                                set { SetPropertyValue("Tier01ProratedAmount", ref _Tier01ProratedAmount, value); }

                                            }

                                    Actual Results:

                                    Tier 01Prorated Amount

                                    Expected Results:

                                    Tier 01 Prorated Amount

                                0

                                Currently, as a workaround, you can use the [DevExpress.Xpo.DisplayName("Tier 01 Prorated Amount")] attribute.

                                Thanks,
                                Dennis

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.