电脑桌面
添加蚂蚁七词文库到电脑桌面
安装后可以在桌面快捷访问

【二开案例】移动BOS移动列表赋值及行格式化

来源:金蝶云社区作者:金蝶2024-09-234

【二开案例】移动BOS移动列表赋值及行格式化

bos设计器:


插件代码:

public override void AfterBindData(EventArgs e)
        {
            base.AfterBindData(e);
            this.SetMobileList();
            //this.SetMobileProxy();
            //this.SetListView();
            ////this.SetGridList();
            //this.SetMetroView();
        }

        private void SetMobileList()
        {
            var control = this.View.LayoutInfo.GetAppearance("FMobileList");
            if (control == null) return;
            this.Model.DeleteEntryData("FMobileList");
            for (int i = 0; i < 4; i++)
            {
                int rowIndex = this.Model.GetEntryRowCount("FMobileList");
                this.Model.CreateNewEntryRow("FMobileList");
                this.Model.SetValue("FName", "Name" + rowIndex, rowIndex);
            }
            List<MobileFormatCondition> format = new List<MobileFormatCondit

【二开案例】移动BOS移动列表赋值及行格式化

bos设计器:插件代码:public override void AfterBindData(EventArgs e) { base.AfterBindData(e); this.Se...
点击下载文档文档为doc格式

声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。

已经是第一篇
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息
QQ群
  • 答案:my7c点击这里加入QQ群
支持邮箱
微信
  • 微信