To implement a cell style of GridControl, it is necessary to create a new style based on the already existing cell style. When an application theme is changed, the basic cell style must be also changed. To do this, you can create behavior that will change this basic style. It is necessary to add the ThemeManager's ThemeChanged event handler to the behavior.
↧