您的位置: 首页 > IT文章 > 如何设置字段必录 如何设置字段必录 分类: IT文章 • 2025-01-13 10:39:55 private void SatFieldMustInput (string strKey,bool mustInput) { this.View.BillBusinessInfo.GetField(strKey).MustInput = Convert.ToInt32(mustInput); this.View.GetControl(strKey).SetCustomPropertyValue("mustInput", mustInput); }