Quantcast
Channel: eXpandFramework RSS
Viewing all articles
Browse latest Browse all 861

BLOG by Dennis Garavsky: Changing window title when data within a View is modified

$
0
0
Today I have updated one of my examples that shows how to customize a window title to add the asterisk mark when an object in the View is modified:


If you are interested in it, check out the implementation details below:

http://www.devexpress.com/example=E1703

Basically, this solution consists of a single platform-agnostic WindowCotroller that tracks data changes via the IObjectSpace.ModifiedChanged event and updates the window caption via the WindowTemplateController API. Here you may also want to learn more about other built-in controllers grouped by functionality at Built-in Controllers and Actions.

Viewing all articles
Browse latest Browse all 861

Trending Articles