kenlistian

勤学多思

  IT博客 :: 首页 :: 新随笔 ::  :: 聚合  :: 管理 ::
  412 随笔 :: 0 文章 :: 23 评论 :: 0 Trackbacks
 
 
设置treelist控件中的所有只读状态.
foreach(TreeListColumn  col in treeList.Columns)
{
   col.OptionsColumn.AllowEdit = false;
   col.OptionsColumn.ReadOnly = true;
}
posted on 2013-05-06 19:14 kenlistian 阅读(304) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。