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

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

delphi - Take screenshot in webcam using VFrames in Console Application -

extjs - Set tooltip on click event on the grid cell -