I need to use
using DevExpress.Data.Filtering; using DevExpress.Xpf.Grid; How to add it to the project? Via nugget? How to understand what exactly from the list in Nugget I need, or google dll?
I need to use
using DevExpress.Data.Filtering; using DevExpress.Xpf.Grid; How to add it to the project? Via nugget? How to understand what exactly from the list in Nugget I need, or google dll?
Well, in general, you need to install DevExpress, when installing the dll will be registered in the GAC, and then you will add the ones you need directly in the project. trial version .
Source: https://ru.stackoverflow.com/questions/588813/
All Articles