[WinForm][DevExpress]设置TreeListNode的背景色

2020-12-13 03:06

阅读:626

标签:winform   style   blog   http   color   get   

关键代码:

        /// 
        /// 设置节点背景色
        /// 在NodeCellStyle事件中使用
        /// 
        /// TreeList
        /// GetCustomNodeCellStyleEventArgs
        /// 委托
        public static void CustomNodeBackColor(this TreeList tree, GetCustomNodeCellStyleEventArgs e, Func builderBackColorHandler)
        {
            TreeListNode _node = e.Node;
            e.Appearance.BackColor = builderBackColorHandler(_node);
        }

代码使用:

soscw.com,搜素材

代码效果:

soscw.com,搜素材

[WinForm][DevExpress]设置TreeListNode的背景色,搜素材,soscw.com

[WinForm][DevExpress]设置TreeListNode的背景色

标签:winform   style   blog   http   color   get   

原文地址:http://www.cnblogs.com/Yan-Zhiwei/p/3794019.html


评论


亲,登录后才可以留言!