开发者

how to indicate when Column property "width" is changed on WPF DevExpress grid

开发者 https://www.devze.com 2022-12-13 17:12 出处:网络
does anyone knows how to indicate when Column property \"width\" is changed on this grid? It is no such event like ColumnWidthChanged in this开发者_如何学运维 grid...

does anyone knows how to indicate when Column property "width" is changed on this grid? It is no such event like ColumnWidthChanged in this开发者_如何学运维 grid... I want to save my widths of columns to database later, when tthis event is occoured.


There is not such oportunity to notify that. The only way - to implement such event for yuorself.

0

精彩评论

暂无评论...
验证码 换一张
取 消