c# - ObjectListView localize the strings used in the Filter menu -
i tried localize strings used in objectlistviews filter menu. documentation (link) says have set static properties on filtermenubuilder class or put own instance of filtermenubuilder like:
this.olv1.filtermenubuilder = new myfiltermenubuilder();
so far looks good, objectlistview have no filtermenubuilder-property , didn't know how further.
any ideas? - thank in advance.
according comment of rev1.0
filtermenubuildstrategy
is correct property.
accessing labels localization works documentation says:
filtermenubuilder.apply_label = "test123";
thanks lot!!
Comments
Post a Comment