BKI_DichVuMatDat.DanhMuc.F115_dm_thu_tu_don_vi_chuc_vu.make_stt C# (CSharp) 메소드

make_stt() 개인적인 메소드

private make_stt ( GridView ip_grv ) : void
ip_grv GridView
리턴 void
        private void make_stt(GridView ip_grv)
        {
            var col = ip_grv.Columns.Add();
            col.FieldName = "SoTT";
            col.Caption = "SoTT";
            col.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            ip_grv.CustomUnboundColumnData += ip_grv_CustomUnboundColumnData;
        }